Html Css Color HEX #06087D Navy

📋 copy color: '#06087D'

red 6 ◦ green 8 ◦ blue 125

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

Shades of Navy #06087D

Tints of Navy #06087D

RGB

 RED value IS 6 (2.73% from 255) = 4.32%

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 4.32%
G = 5.76%
B = 89.93%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06087D (or 0x06087D) is known color: Navy. HEX triplet: 06, 08 and 7D. RGB value is (6,8,125). Sum of RGB (Red+Green+Blue) = 6+8+125=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #06087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06087D is #F9F782. Grayscale: #141414. Windows color (decimal): -16381827 or 8194054. OLE color: 8194054.

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

Color convert

RGB 6 8 125 -
CMYK 0.95 0.94 0 0.51
HSL 238.99º 0.91% 0.26% -
HSV(B) 238.99º 0.95% 0.49% -
XYZ 3.86 1.69 19.53 -
YUV 20.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 6 8 125 0.95 0.94 0 0.51 238.99 0.91 0.26
Hex 6 8 7D 5F 5E 0 33 EF 5B 1A
Octal 6 10 175 137 136 0 63 357 133 32
Binary 110 1000 1111101 1011111 1011110 0 110011 11101111 1011011 11010

Color Harmonies of #06087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06087D

Black with #06087D

Text Example


Text Example

White with #06087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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