#07068C

Color #07068C Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #07068C

Tints of Dark Blue #07068C

Color information

#07068C (or 0x07068C) is unknown color: approx Dark Blue. HEX triplet: 07, 06 and 8C. RGB value is (7,6,140). Sum of RGB (Red+Green+Blue) = 7+6+140=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 6 (2.73% from 255 or 3.92% 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 #07068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07068C is #F8F973. Grayscale: #151515. Windows color (decimal): -16316788 or 9176583. OLE color: 9176583.

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

Color convert

RGB76140-
CMYK0.950.9600.45
HSL240.45º91.78%28.63%-
HSV(B)240.45º95.71%54.9%-
XYZ4.892.0724.95-
YUV21.58194.83117.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 140 (55.08% from 255) = 91.50%
R=4.58%
G=3.92%
B=91.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761400.950.9600.45240.4591.7828.63
Hex768C5F6002Df05c1d
Octal7621413714005536013435
Binary1111101000110010111111100000010110111110000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07068C;
 }
 .AnyTagClassName
 {
   color: #07068C;
 }
</style>
background-color css

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

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

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

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

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

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