Html Css Color HEX #150077 Navy

📋 copy color: '#150077'

red 21 ◦ green 0 ◦ blue 119

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

Shades of Navy #150077

Tints of Navy #150077

RGB

 RED value IS 21 (8.59% from 255) = 15%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 85%

R = 15%
G = 0%
B = 85%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150077 (or 0x150077) is known color: Navy. HEX triplet: 15, 00 and 77. RGB value is (21,0,119). Sum of RGB (Red+Green+Blue) = 21+0+119=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #150077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150077 is #EAFF88. Grayscale: #131313. Windows color (decimal): -15400841 or 7798805. OLE color: 7798805.

HSL color Cylindrical-coordinate representation of color #150077: hue angle of 250.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150077 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 0 119 -
CMYK 0.82 1 0 0.53
HSL 250.59º 1% 0.23% -
HSV(B) 250.59º 1% 0.47% -
XYZ 3.64 1.49 17.55 -
YUV 19.85 183.96 128.82 -
System Red Green Blue C M Y K H S L
Decimal 21 0 119 0.82 1 0 0.53 250.59 1 0.23
Hex 15 0 77 52 64 0 35 FB 64 17
Octal 25 0 167 122 144 0 65 373 144 27
Binary 10101 0 1110111 1010010 1100100 0 110101 11111011 1100100 10111

Color Harmonies of #150077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150077

Black with #150077

Text Example


Text Example

White with #150077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150077; }

 p { color: rgb(21,0,119); }

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

background-color css

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

 a { background-color: rgb(21,0,119); }

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

border-color css

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

 span { border-color: rgb(21,0,119); }

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