Html Css Color HEX #08036F Navy

📋 copy color: '#08036F'

red 8 ◦ green 3 ◦ blue 111

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

Shades of Navy #08036F

Tints of Navy #08036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

 BLUE value IS 111 (43.75% from 255) = 90.98%

R = 6.56%
G = 2.46%
B = 90.98%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08036F (or 0x08036F) is known color: Navy. HEX triplet: 08, 03 and 6F. RGB value is (8,3,111). Sum of RGB (Red+Green+Blue) = 8+3+111=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 111 (43.75% from 255 or 90.98% from 122); Max value from RGB is 111 - color contains mainly: blue. Hex color #08036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036F is #F7FC90. Grayscale: #101010. Windows color (decimal): -16252049 or 7275272. OLE color: 7275272.

HSL color Cylindrical-coordinate representation of color #08036F: hue angle of 242.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08036F is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 3 111 -
CMYK 0.93 0.97 0 0.56
HSL 242.78º 0.95% 0.22% -
HSV(B) 242.78º 0.97% 0.44% -
XYZ 3 1.26 15.12 -
YUV 16.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 8 3 111 0.93 0.97 0 0.56 242.78 0.95 0.22
Hex 8 3 6F 5D 61 0 38 F3 5F 16
Octal 10 3 157 135 141 0 70 363 137 26
Binary 1000 11 1101111 1011101 1100001 0 111000 11110011 1011111 10110

Color Harmonies of #08036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08036F

Black with #08036F

Text Example


Text Example

White with #08036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08036F; }

 p { color: rgb(8,3,111); }

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

background-color css

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

 a { background-color: rgb(8,3,111); }

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

border-color css

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

 span { border-color: rgb(8,3,111); }

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