Html Css Color HEX #08147D Navy

📋 copy color: '#08147D'

red 8 ◦ green 20 ◦ blue 125

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

Shades of Navy #08147D

Tints of Navy #08147D

RGB

 RED value IS 8 (3.52% from 255) = 5.23%

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 125 (49.22% from 255) = 81.7%

R = 5.23%
G = 13.07%
B = 81.7%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08147D (or 0x08147D) is known color: Navy. HEX triplet: 08, 14 and 7D. RGB value is (8,20,125). Sum of RGB (Red+Green+Blue) = 8+20+125=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #08147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08147D is #F7EB82. Grayscale: #1B1B1B. Windows color (decimal): -16247683 or 8197128. OLE color: 8197128.

HSL color Cylindrical-coordinate representation of color #08147D: hue angle of 233.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08147D is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 20 125 -
CMYK 0.94 0.84 0 0.51
HSL 233.85º 0.88% 0.26% -
HSV(B) 233.85º 0.94% 0.49% -
XYZ 4.05 2.03 19.58 -
YUV 28.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 8 20 125 0.94 0.84 0 0.51 233.85 0.88 0.26
Hex 8 14 7D 5E 54 0 33 EA 58 1A
Octal 10 24 175 136 124 0 63 352 130 32
Binary 1000 10100 1111101 1011110 1010100 0 110011 11101010 1011000 11010

Color Harmonies of #08147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08147D

Black with #08147D

Text Example


Text Example

White with #08147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08147D; }

 p { color: rgb(8,20,125); }

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

background-color css

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

 a { background-color: rgb(8,20,125); }

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

border-color css

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

 span { border-color: rgb(8,20,125); }

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