Html Css Color HEX #010C8E Dark Blue

📋 copy color: '#010C8E'

red 1 ◦ green 12 ◦ blue 142

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

Shades of Dark Blue #010C8E

Tints of Dark Blue #010C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

 BLUE value IS 142 (55.86% from 255) = 91.61%

R = 0.65%
G = 7.74%
B = 91.61%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#010C8E (or 0x010C8E) is known color: Dark Blue. HEX triplet: 01, 0C and 8E. RGB value is (1,12,142). Sum of RGB (Red+Green+Blue) = 1+12+142=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 142 (55.86% from 255 or 91.61% from 155); Max value from RGB is 142 - color contains mainly: blue. Hex color #010C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C8E is #FEF371. Grayscale: #171717. Windows color (decimal): -16708466 or 9309185. OLE color: 9309185.

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

Color convert

RGB 1 12 142 -
CMYK 0.99 0.92 0 0.44
HSL 235.32º 0.99% 0.28% -
HSV(B) 235.32º 0.99% 0.56% -
XYZ 5.03 2.22 25.76 -
YUV 23.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 1 12 142 0.99 0.92 0 0.44 235.32 0.99 0.28
Hex 1 C 8E 63 5C 0 2C EB 63 1C
Octal 1 14 216 143 134 0 54 353 143 34
Binary 1 1100 10001110 1100011 1011100 0 101100 11101011 1100011 11100

Color Harmonies of #010C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C8E

Black with #010C8E

Text Example


Text Example

White with #010C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,12,142); }

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

background-color css

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

 a { background-color: rgb(1,12,142); }

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

border-color css

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

 span { border-color: rgb(1,12,142); }

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