#0C15F3

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

Shades of Blue #0C15F3

Tints of Blue #0C15F3

Color information

#0C15F3 (or 0x0C15F3) is unknown color: approx Blue. HEX triplet: 0C, 15 and F3. RGB value is (12,21,243). Sum of RGB (Red+Green+Blue) = 12+21+243=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 243 (95.31% from 255 or 88.04% from 276); Max value from RGB is 243 - color contains mainly: blue. Hex color #0C15F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C15F3 is #F3EA0C. Grayscale: #2A2A2A. Windows color (decimal): -15985165 or 15930636. OLE color: 15930636.

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

Color convert

RGB1221243-
CMYK0.950.9100.05
HSL237.66º90.59%50%-
HSV(B)237.66º95.06%95.29%-
XYZ16.67.0985.29-
YUV43.62240.52105.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 243 (95.31% from 255) = 88.04%
R=4.35%
G=7.61%
B=88.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12212430.950.9100.05237.6690.5950
HexC15F35F5B05ee5b32
Octal14253631371330535613362
Binary11001010111110011101111110110110101111011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C15F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,243); }

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

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

 a { background-color: rgb(12,21,243); }

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

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

 span { border-color: rgb(12,21,243); }

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