Html Css Color HEX #150074 Navy

📋 copy color: '#150074'

red 21 ◦ green 0 ◦ blue 116

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

Shades of Navy #150074

Tints of Navy #150074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 84.67%

R = 15.33%
G = 0%
B = 84.67%

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

#150074 (or 0x150074) is known color: Navy. HEX triplet: 15, 00 and 74. RGB value is (21,0,116). Sum of RGB (Red+Green+Blue) = 21+0+116=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #150074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150074 is #EAFF8B. Grayscale: #131313. Windows color (decimal): -15400844 or 7602197. OLE color: 7602197.

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

Color convert

RGB 21 0 116 -
CMYK 0.82 1 0 0.55
HSL 250.86º 1% 0.23% -
HSV(B) 250.86º 1% 0.45% -
XYZ 3.46 1.42 16.61 -
YUV 19.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 21 0 116 0.82 1 0 0.55 250.86 1 0.23
Hex 15 0 74 52 64 0 37 FB 64 17
Octal 25 0 164 122 144 0 67 373 144 27
Binary 10101 0 1110100 1010010 1100100 0 110111 11111011 1100100 10111

Color Harmonies of #150074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150074

Black with #150074

Text Example


Text Example

White with #150074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150074; }

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

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

background-color css

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

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

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

border-color css

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

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

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