Html Css Color HEX #120575 Navy

📋 copy color: '#120575'

red 18 ◦ green 5 ◦ blue 117

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

Shades of Navy #120575

Tints of Navy #120575

RGB

 RED value IS 18 (7.42% from 255) = 12.86%

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 12.86%
G = 3.57%
B = 83.57%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120575 (or 0x120575) is known color: Navy. HEX triplet: 12, 05 and 75. RGB value is (18,5,117). Sum of RGB (Red+Green+Blue) = 18+5+117=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #120575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120575 is #EDFA8A. Grayscale: #151515. Windows color (decimal): -15596171 or 7669010. OLE color: 7669010.

HSL color Cylindrical-coordinate representation of color #120575: hue angle of 246.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120575 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 5 117 -
CMYK 0.85 0.96 0 0.54
HSL 246.96º 0.92% 0.24% -
HSV(B) 246.96º 0.96% 0.46% -
XYZ 3.51 1.52 16.94 -
YUV 21.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 18 5 117 0.85 0.96 0 0.54 246.96 0.92 0.24
Hex 12 5 75 55 60 0 36 F7 5C 18
Octal 22 5 165 125 140 0 66 367 134 30
Binary 10010 101 1110101 1010101 1100000 0 110110 11110111 1011100 11000

Color Harmonies of #120575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120575

Black with #120575

Text Example


Text Example

White with #120575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120575; }

 p { color: rgb(18,5,117); }

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

background-color css

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

 a { background-color: rgb(18,5,117); }

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

border-color css

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

 span { border-color: rgb(18,5,117); }

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