#00068F

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

Shades of Dark Blue #00068F

Tints of Dark Blue #00068F

Color information

#00068F (or 0x00068F) is unknown color: approx Dark Blue. HEX triplet: 00, 06 and 8F. RGB value is (0,6,143). Sum of RGB (Red+Green+Blue) = 0+6+143=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 143 (56.25% from 255 or 95.97% from 149); Max value from RGB is 143 - color contains mainly: blue. Hex color #00068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00068F is #FFF970. Grayscale: #131313. Windows color (decimal): -16775537 or 9373184. OLE color: 9373184.

HSL color Cylindrical-coordinate representation of color #00068F: hue angle of 237.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00068F is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB06143-
CMYK10.9600.44
HSL237.48º100%28.04%-
HSV(B)237.48º100%56.08%-
XYZ5.022.1126.13-
YUV19.82197.51113.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 143 (56.25% from 255) = 95.97%
R=0%
G=4.03%
B=95.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0614310.9600.44237.4810028.04
Hex068F646002Ced641c
Octal0621714414005435514434
Binary01101000111111001001100000010110011101101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00068F; }

 p { color: rgb(0,6,143); }

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

<style>
 a { background-color: #00068F; }

 a { background-color: rgb(0,6,143); }

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

<style>
 span { border-color: #00068F; }

 span { border-color: rgb(0,6,143); }

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