Html Css Color HEX #010F8D Dark Blue

📋 copy color: '#010F8D'

red 1 ◦ green 15 ◦ blue 141

#010F8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #010F8D

Tints of Dark Blue #010F8D

RGB

 RED value IS 1 (0.78% from 255) = 0.64%

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 141 (55.47% from 255) = 89.81%

R = 0.64%
G = 9.55%
B = 89.81%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#010F8D (or 0x010F8D) is known color: Dark Blue. HEX triplet: 01, 0F and 8D. RGB value is (1,15,141). Sum of RGB (Red+Green+Blue) = 1+15+141=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #010F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F8D is #FEF072. Grayscale: #181818. Windows color (decimal): -16707699 or 9244417. OLE color: 9244417.

HSL color Cylindrical-coordinate representation of color #010F8D: hue angle of 234º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F8D is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 15 141 -
CMYK 0.99 0.89 0 0.45
HSL 234º 0.99% 0.28% -
HSV(B) 234º 0.99% 0.55% -
XYZ 4.99 2.27 25.37 -
YUV 25.18 193.36 110.75 -
System Red Green Blue C M Y K H S L
Decimal 1 15 141 0.99 0.89 0 0.45 234 0.99 0.28
Hex 1 F 8D 63 59 0 2D EA 63 1C
Octal 1 17 215 143 131 0 55 352 143 34
Binary 1 1111 10001101 1100011 1011001 0 101101 11101010 1100011 11100

Color Harmonies of #010F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F8D

Black with #010F8D

Text Example


Text Example

White with #010F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F8D; }

 p { color: rgb(1,15,141); }

 H1.HeaderClassName
 {
   color: #010F8D;
 }
 .AnyTagClassName
 {
   color: #010F8D;
 }
</style>

background-color css

<style>
 a { background-color: #010F8D; }

 a { background-color: rgb(1,15,141); }

 div.DivClassName
 {
   background-color: #010F8D;
 }
 .BgClassName
 {
   background-color: #010F8D;
 }
</style>

border-color css

<style>
 span { border-color: #010F8D; }

 span { border-color: rgb(1,15,141); }

 td.TdClassName
 {
   border-color: #010F8D;
 }
 .TagClassName
 {
   border-color: #010F8D;
 }
</style>