Html Css Color HEX #150072 Navy

📋 copy color: '#150072'

red 21 ◦ green 0 ◦ blue 114

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

Shades of Navy #150072

Tints of Navy #150072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 84.44%

R = 15.56%
G = 0%
B = 84.44%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150072 (or 0x150072) is known color: Navy. HEX triplet: 15, 00 and 72. RGB value is (21,0,114). Sum of RGB (Red+Green+Blue) = 21+0+114=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #150072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150072 is #EAFF8D. Grayscale: #121212. Windows color (decimal): -15400846 or 7471125. OLE color: 7471125.

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

Color convert

RGB 21 0 114 -
CMYK 0.82 1 0 0.55
HSL 251.05º 1% 0.22% -
HSV(B) 251.05º 1% 0.45% -
XYZ 3.35 1.37 16.01 -
YUV 19.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 21 0 114 0.82 1 0 0.55 251.05 1 0.22
Hex 15 0 72 52 64 0 37 FB 64 16
Octal 25 0 162 122 144 0 67 373 144 26
Binary 10101 0 1110010 1010010 1100100 0 110111 11111011 1100100 10110

Color Harmonies of #150072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150072

Black with #150072

Text Example


Text Example

White with #150072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150072; }

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

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

background-color css

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

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

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

border-color css

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

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

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