Html Css Color HEX #120378 Navy

📋 copy color: '#120378'

red 18 ◦ green 3 ◦ blue 120

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

Shades of Navy #120378

Tints of Navy #120378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 120 (47.27% from 255) = 85.11%

R = 12.77%
G = 2.13%
B = 85.11%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120378 (or 0x120378) is known color: Navy. HEX triplet: 12, 03 and 78. RGB value is (18,3,120). Sum of RGB (Red+Green+Blue) = 18+3+120=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #120378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120378 is #EDFC87. Grayscale: #141414. Windows color (decimal): -15596680 or 7865106. OLE color: 7865106.

HSL color Cylindrical-coordinate representation of color #120378: hue angle of 247.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120378 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 3 120 -
CMYK 0.85 0.98 0 0.53
HSL 247.69º 0.95% 0.24% -
HSV(B) 247.69º 0.98% 0.47% -
XYZ 3.67 1.55 17.87 -
YUV 20.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 18 3 120 0.85 0.98 0 0.53 247.69 0.95 0.24
Hex 12 3 78 55 62 0 35 F8 5F 18
Octal 22 3 170 125 142 0 65 370 137 30
Binary 10010 11 1111000 1010101 1100010 0 110101 11111000 1011111 11000

Color Harmonies of #120378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120378

Black with #120378

Text Example


Text Example

White with #120378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120378; }

 p { color: rgb(18,3,120); }

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

background-color css

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

 a { background-color: rgb(18,3,120); }

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

border-color css

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

 span { border-color: rgb(18,3,120); }

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