#1F12CA

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

Shades of Medium Blue #1F12CA

Tints of Medium Blue #1F12CA

Color information

#1F12CA (or 0x1F12CA) is unknown color: approx Medium Blue. HEX triplet: 1F, 12 and CA. RGB value is (31,18,202). Sum of RGB (Red+Green+Blue) = 31+18+202=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F12CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F12CA is #E0ED35. Grayscale: #2A2A2A. Windows color (decimal): -14740790 or 13242911. OLE color: 13242911.

HSL color Cylindrical-coordinate representation of color #1F12CA: hue angle of 244.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F12CA is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3118202-
CMYK0.850.9100.21
HSL244.24º83.64%43.14%-
HSV(B)244.24º91.09%79.22%-
XYZ11.444.9956.24-
YUV42.86217.81119.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 202 (79.30% from 255) = 80.48%
R=12.35%
G=7.17%
B=80.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31182020.850.9100.21244.2483.6443.14
Hex1F12CA555B015f4542b
Octal372231212513302536412453
Binary11111100101100101010101011011011010101111101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F12CA; }

 p { color: rgb(31,18,202); }

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

<style>
 a { background-color: #1F12CA; }

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

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

<style>
 span { border-color: #1F12CA; }

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

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