Html Css Color HEX #08036D Navy

📋 copy color: '#08036D'

red 8 ◦ green 3 ◦ blue 109

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

Shades of Navy #08036D

Tints of Navy #08036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 90.83%

R = 6.67%
G = 2.5%
B = 90.83%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08036D (or 0x08036D) is known color: Navy. HEX triplet: 08, 03 and 6D. RGB value is (8,3,109). Sum of RGB (Red+Green+Blue) = 8+3+109=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #08036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036D is #F7FC92. Grayscale: #101010. Windows color (decimal): -16252051 or 7144200. OLE color: 7144200.

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

Color convert

RGB 8 3 109 -
CMYK 0.93 0.97 0 0.57
HSL 242.83º 0.95% 0.22% -
HSV(B) 242.83º 0.97% 0.43% -
XYZ 2.89 1.22 14.55 -
YUV 16.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 8 3 109 0.93 0.97 0 0.57 242.83 0.95 0.22
Hex 8 3 6D 5D 61 0 39 F3 5F 16
Octal 10 3 155 135 141 0 71 363 137 26
Binary 1000 11 1101101 1011101 1100001 0 111001 11110011 1011111 10110

Color Harmonies of #08036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08036D

Black with #08036D

Text Example


Text Example

White with #08036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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