#1212EE

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

Shades of Blue #1212EE

Tints of Blue #1212EE

Color information

#1212EE (or 0x1212EE) is unknown color: approx Blue. HEX triplet: 12, 12 and EE. RGB value is (18,18,238). Sum of RGB (Red+Green+Blue) = 18+18+238=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #1212EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212EE is #EDED11. Grayscale: #2A2A2A. Windows color (decimal): -15592722 or 15602194. OLE color: 15602194.

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

Color convert

RGB1818238-
CMYK0.920.9200.07
HSL240º86.61%50.2%-
HSV(B)240º92.44%93.33%-
XYZ15.96.7381.35-
YUV43.08238110.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 238 (93.36% from 255) = 86.86%
R=6.57%
G=6.57%
B=86.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18182380.920.9200.0724086.6150.2
Hex1212EE5C5C07f05732
Octal22223561341340736012762
Binary100101001011101110101110010111000111111100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1212EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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