Html Css Color HEX #06088B Dark Blue

📋 copy color: '#06088B'

red 6 ◦ green 8 ◦ blue 139

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

Shades of Dark Blue #06088B

Tints of Dark Blue #06088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 90.85%

R = 3.92%
G = 5.23%
B = 90.85%

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

#06088B (or 0x06088B) is known color: Dark Blue. HEX triplet: 06, 08 and 8B. RGB value is (6,8,139). Sum of RGB (Red+Green+Blue) = 6+8+139=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 139 (54.69% from 255 or 90.85% from 153); Max value from RGB is 139 - color contains mainly: blue. Hex color #06088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06088B is #F9F774. Grayscale: #151515. Windows color (decimal): -16381813 or 9111558. OLE color: 9111558.

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

Color convert

RGB 6 8 139 -
CMYK 0.96 0.94 0 0.45
HSL 239.1º 0.92% 0.28% -
HSV(B) 239.1º 0.96% 0.55% -
XYZ 4.82 2.08 24.57 -
YUV 22.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 6 8 139 0.96 0.94 0 0.45 239.1 0.92 0.28
Hex 6 8 8B 60 5E 0 2D EF 5C 1C
Octal 6 10 213 140 136 0 55 357 134 34
Binary 110 1000 10001011 1100000 1011110 0 101101 11101111 1011100 11100

Color Harmonies of #06088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06088B

Black with #06088B

Text Example


Text Example

White with #06088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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