#0604CA

Color #0604CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0604CA

Tints of Medium Blue #0604CA

Color information

#0604CA (or 0x0604CA) is unknown color: approx Medium Blue. HEX triplet: 06, 04 and CA. RGB value is (6,4,202). Sum of RGB (Red+Green+Blue) = 6+4+202=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 202 (79.30% from 255 or 95.28% from 212); Max value from RGB is 202 - color contains mainly: blue. Hex color #0604CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0604CA is #F9FB35. Grayscale: #1A1A1A. Windows color (decimal): -16382774 or 13239302. OLE color: 13239302.

HSL color Cylindrical-coordinate representation of color #0604CA: hue angle of 240.61º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0604CA is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64202-
CMYK0.970.9800.21
HSL240.61º96.12%40.39%-
HSV(B)240.61º98.02%79.22%-
XYZ10.784.3956.16-
YUV27.17226.66112.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 202 (79.30% from 255) = 95.28%
R=2.83%
G=1.89%
B=95.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642020.970.9800.21240.6196.1240.39
Hex64CA6162015f16028
Octal6431214114202536114050
Binary1101001100101011000011100010010101111100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0604CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0604CA; }

 p { color: rgb(6,4,202); }

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

<style>
 a { background-color: #0604CA; }

 a { background-color: rgb(6,4,202); }

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

<style>
 span { border-color: #0604CA; }

 span { border-color: rgb(6,4,202); }

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