Html Css Color HEX #06087B Navy

📋 copy color: '#06087B'

red 6 ◦ green 8 ◦ blue 123

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

Shades of Navy #06087B

Tints of Navy #06087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 89.78%

R = 4.38%
G = 5.84%
B = 89.78%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06087B (or 0x06087B) is known color: Navy. HEX triplet: 06, 08 and 7B. RGB value is (6,8,123). Sum of RGB (Red+Green+Blue) = 6+8+123=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #06087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06087B is #F9F784. Grayscale: #141414. Windows color (decimal): -16381829 or 8062982. OLE color: 8062982.

HSL color Cylindrical-coordinate representation of color #06087B: hue angle of 238.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06087B is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 8 123 -
CMYK 0.95 0.93 0 0.52
HSL 238.97º 0.91% 0.25% -
HSV(B) 238.97º 0.95% 0.48% -
XYZ 3.74 1.64 18.86 -
YUV 20.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 6 8 123 0.95 0.93 0 0.52 238.97 0.91 0.25
Hex 6 8 7B 5F 5D 0 34 EF 5B 19
Octal 6 10 173 137 135 0 64 357 133 31
Binary 110 1000 1111011 1011111 1011101 0 110100 11101111 1011011 11001

Color Harmonies of #06087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06087B

Black with #06087B

Text Example


Text Example

White with #06087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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