#0C03FA

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

Shades of Blue #0C03FA

Tints of Blue #0C03FA

Color information

#0C03FA (or 0x0C03FA) is unknown color: approx Blue. HEX triplet: 0C, 03 and FA. RGB value is (12,3,250). Sum of RGB (Red+Green+Blue) = 12+3+250=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 250 (98.05% from 255 or 94.34% from 265); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C03FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C03FA is #F3FC05. Grayscale: #202020. Windows color (decimal): -15989766 or 16384780. OLE color: 16384780.

HSL color Cylindrical-coordinate representation of color #0C03FA: hue angle of 242.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03FA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123250-
CMYK0.950.9900.02
HSL242.19º97.63%49.61%-
HSV(B)242.19º98.8%98.04%-
XYZ17.447.0590.88-
YUV33.85249.98112.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 250 (98.05% from 255) = 94.34%
R=4.53%
G=1.13%
B=94.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232500.950.9900.02242.1997.6349.61
HexC3FA5F6302f26232
Octal1433721371430236214262
Binary1100111111101010111111100011010111100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C03FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C03FA; }

 p { color: rgb(12,3,250); }

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

<style>
 a { background-color: #0C03FA; }

 a { background-color: rgb(12,3,250); }

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

<style>
 span { border-color: #0C03FA; }

 span { border-color: rgb(12,3,250); }

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