#03068A

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

Shades of Dark Blue #03068A

Tints of Dark Blue #03068A

Color information

#03068A (or 0x03068A) is unknown color: approx Dark Blue. HEX triplet: 03, 06 and 8A. RGB value is (3,6,138). Sum of RGB (Red+Green+Blue) = 3+6+138=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 138 (54.30% from 255 or 93.88% from 147); Max value from RGB is 138 - color contains mainly: blue. Hex color #03068A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03068A is #FCF975. Grayscale: #131313. Windows color (decimal): -16578934 or 9045507. OLE color: 9045507.

HSL color Cylindrical-coordinate representation of color #03068A: hue angle of 238.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03068A is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36138-
CMYK0.980.9600.46
HSL238.67º95.74%27.65%-
HSV(B)238.67º97.83%54.12%-
XYZ4.691.9824.18-
YUV20.15194.51115.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 138 (54.30% from 255) = 93.88%
R=2.04%
G=4.08%
B=93.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361380.980.9600.46238.6795.7427.65
Hex368A626002Eef601c
Octal3621214214005635714034
Binary111101000101011000101100000010111011101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03068A; }

 p { color: rgb(3,6,138); }

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

<style>
 a { background-color: #03068A; }

 a { background-color: rgb(3,6,138); }

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

<style>
 span { border-color: #03068A; }

 span { border-color: rgb(3,6,138); }

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