Html Css Color HEX #06078C Dark Blue

📋 copy color: '#06078C'

red 6 ◦ green 7 ◦ blue 140

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

Shades of Dark Blue #06078C

Tints of Dark Blue #06078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 3.92%
G = 4.58%
B = 91.5%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06078C (or 0x06078C) is known color: Dark Blue. HEX triplet: 06, 07 and 8C. RGB value is (6,7,140). Sum of RGB (Red+Green+Blue) = 6+7+140=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #06078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06078C is #F9F873. Grayscale: #151515. Windows color (decimal): -16382068 or 9176838. OLE color: 9176838.

HSL color Cylindrical-coordinate representation of color #06078C: hue angle of 239.55º 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 #06078C is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 7 140 -
CMYK 0.96 0.95 0 0.45
HSL 239.55º 0.92% 0.29% -
HSV(B) 239.55º 0.96% 0.55% -
XYZ 4.88 2.08 24.96 -
YUV 21.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 6 7 140 0.96 0.95 0 0.45 239.55 0.92 0.29
Hex 6 7 8C 60 5F 0 2D F0 5C 1D
Octal 6 7 214 140 137 0 55 360 134 35
Binary 110 111 10001100 1100000 1011111 0 101101 11110000 1011100 11101

Color Harmonies of #06078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06078C

Black with #06078C

Text Example


Text Example

White with #06078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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