Html Css Color HEX #150175 Navy

📋 copy color: '#150175'

red 21 ◦ green 1 ◦ blue 117

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

Shades of Navy #150175

Tints of Navy #150175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 15.11%
G = 0.72%
B = 84.17%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#150175 (or 0x150175) is known color: Navy. HEX triplet: 15, 01 and 75. RGB value is (21,1,117). Sum of RGB (Red+Green+Blue) = 21+1+117=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #150175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150175 is #EAFE8A. Grayscale: #131313. Windows color (decimal): -15400587 or 7667989. OLE color: 7667989.

HSL color Cylindrical-coordinate representation of color #150175: hue angle of 250.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150175 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 1 117 -
CMYK 0.82 0.99 0 0.54
HSL 250.34º 0.98% 0.23% -
HSV(B) 250.34º 0.99% 0.46% -
XYZ 3.53 1.47 16.93 -
YUV 20.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 21 1 117 0.82 0.99 0 0.54 250.34 0.98 0.23
Hex 15 1 75 52 63 0 36 FA 62 17
Octal 25 1 165 122 143 0 66 372 142 27
Binary 10101 1 1110101 1010010 1100011 0 110110 11111010 1100010 10111

Color Harmonies of #150175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150175

Black with #150175

Text Example


Text Example

White with #150175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150175; }

 p { color: rgb(21,1,117); }

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

background-color css

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

 a { background-color: rgb(21,1,117); }

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

border-color css

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

 span { border-color: rgb(21,1,117); }

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