#1212F0

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

Shades of Blue #1212F0

Tints of Blue #1212F0

Color information

#1212F0 (or 0x1212F0) is unknown color: approx Blue. HEX triplet: 12, 12 and F0. RGB value is (18,18,240). Sum of RGB (Red+Green+Blue) = 18+18+240=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 240 (94.14% from 255 or 86.96% from 276); Max value from RGB is 240 - color contains mainly: blue. Hex color #1212F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212F0 is #EDED0F. Grayscale: #2A2A2A. Windows color (decimal): -15592720 or 15733266. OLE color: 15733266.

HSL color Cylindrical-coordinate representation of color #1212F0: hue angle of 240º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1212F0 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1818240-
CMYK0.920.9200.06
HSL240º88.1%50.59%-
HSV(B)240º92.5%94.12%-
XYZ16.196.8582.91-
YUV43.31239109.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 240 (94.14% from 255) = 86.96%
R=6.52%
G=6.52%
B=86.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal18182400.920.9200.0624088.150.59
Hex1212F05C5C06f05833
Octal22223601341340636013063
Binary100101001011110000101110010111000110111100001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1212F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1212F0; }

 p { color: rgb(18,18,240); }

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

<style>
 a { background-color: #1212F0; }

 a { background-color: rgb(18,18,240); }

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

<style>
 span { border-color: #1212F0; }

 span { border-color: rgb(18,18,240); }

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