Html Css Color HEX #010C75 Navy

📋 copy color: '#010C75'

red 1 ◦ green 12 ◦ blue 117

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

Shades of Navy #010C75

Tints of Navy #010C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 90%

R = 0.77%
G = 9.23%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010C75 (or 0x010C75) is known color: Navy. HEX triplet: 01, 0C and 75. RGB value is (1,12,117). Sum of RGB (Red+Green+Blue) = 1+12+117=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #010C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C75 is #FEF38A. Grayscale: #141414. Windows color (decimal): -16708491 or 7670785. OLE color: 7670785.

HSL color Cylindrical-coordinate representation of color #010C75: hue angle of 234.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C75 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 12 117 -
CMYK 0.99 0.90 0 0.54
HSL 234.31º 0.98% 0.23% -
HSV(B) 234.31º 0.99% 0.46% -
XYZ 3.35 1.55 16.95 -
YUV 20.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 1 12 117 0.99 0.90 0 0.54 234.31 0.98 0.23
Hex 1 C 75 63 5A 0 36 EA 62 17
Octal 1 14 165 143 132 0 66 352 142 27
Binary 1 1100 1110101 1100011 1011010 0 110110 11101010 1100010 10111

Color Harmonies of #010C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C75

Black with #010C75

Text Example


Text Example

White with #010C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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