#06038C

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

Shades of Dark Blue #06038C

Tints of Dark Blue #06038C

Color information

#06038C (or 0x06038C) is unknown color: approx Dark Blue. HEX triplet: 06, 03 and 8C. RGB value is (6,3,140). Sum of RGB (Red+Green+Blue) = 6+3+140=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 140 (55.08% from 255 or 93.96% from 149); Max value from RGB is 140 - color contains mainly: blue. Hex color #06038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06038C is #F9FC73. Grayscale: #121212. Windows color (decimal): -16383092 or 9175814. OLE color: 9175814.

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

Color convert

RGB63140-
CMYK0.960.9800.45
HSL241.31º95.8%28.04%-
HSV(B)241.31º97.86%54.9%-
XYZ4.84224.94-
YUV19.52195.99118.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 140 (55.08% from 255) = 93.96%
R=4.03%
G=2.01%
B=93.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631400.960.9800.45241.3195.828.04
Hex638C606202Df1601c
Octal6321414014205536114034
Binary110111000110011000001100010010110111110001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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