Html Css Color HEX #06088C Dark Blue

📋 copy color: '#06088C'

red 6 ◦ green 8 ◦ blue 140

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

Shades of Dark Blue #06088C

Tints of Dark Blue #06088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 90.91%

R = 3.9%
G = 5.19%
B = 90.91%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06088C (or 0x06088C) is known color: Dark Blue. HEX triplet: 06, 08 and 8C. RGB value is (6,8,140). Sum of RGB (Red+Green+Blue) = 6+8+140=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 140 (55.08% from 255 or 90.91% from 154); Max value from RGB is 140 - color contains mainly: blue. Hex color #06088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06088C is #F9F773. Grayscale: #151515. Windows color (decimal): -16381812 or 9177094. OLE color: 9177094.

HSL color Cylindrical-coordinate representation of color #06088C: hue angle of 239.1º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06088C is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 8 140 -
CMYK 0.96 0.94 0 0.45
HSL 239.1º 0.92% 0.29% -
HSV(B) 239.1º 0.96% 0.55% -
XYZ 4.9 2.11 24.96 -
YUV 22.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 6 8 140 0.96 0.94 0 0.45 239.1 0.92 0.29
Hex 6 8 8C 60 5E 0 2D EF 5C 1D
Octal 6 10 214 140 136 0 55 357 134 35
Binary 110 1000 10001100 1100000 1011110 0 101101 11101111 1011100 11101

Color Harmonies of #06088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06088C

Black with #06088C

Text Example


Text Example

White with #06088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06088C; }

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

 H1.HeaderClassName
 {
   color: #06088C;
 }
 .AnyTagClassName
 {
   color: #06088C;
 }
</style>

background-color css

<style>
 a { background-color: #06088C; }

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

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

border-color css

<style>
 span { border-color: #06088C; }

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

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