Html Css Color HEX #010C90 Dark Blue

📋 copy color: '#010C90'

red 1 ◦ green 12 ◦ blue 144

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

Shades of Dark Blue #010C90

Tints of Dark Blue #010C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 91.72%

R = 0.64%
G = 7.64%
B = 91.72%

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

#010C90 (or 0x010C90) is known color: Dark Blue. HEX triplet: 01, 0C and 90. RGB value is (1,12,144). Sum of RGB (Red+Green+Blue) = 1+12+144=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #010C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C90 is #FEF36F. Grayscale: #171717. Windows color (decimal): -16708464 or 9440257. OLE color: 9440257.

HSL color Cylindrical-coordinate representation of color #010C90: hue angle of 235.38º 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 #010C90 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 12 144 -
CMYK 0.99 0.92 0 0.44
HSL 235.38º 0.99% 0.28% -
HSV(B) 235.38º 0.99% 0.56% -
XYZ 5.18 2.28 26.55 -
YUV 23.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 1 12 144 0.99 0.92 0 0.44 235.38 0.99 0.28
Hex 1 C 90 63 5C 0 2C EB 63 1C
Octal 1 14 220 143 134 0 54 353 143 34
Binary 1 1100 10010000 1100011 1011100 0 101100 11101011 1100011 11100

Color Harmonies of #010C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C90

Black with #010C90

Text Example


Text Example

White with #010C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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