#0c31c1

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

Shades of Persian Blue #0C31C1

Tints of Persian Blue #0C31C1

Color information

#0C31C1 (or 0x0C31C1) is unknown color: approx Persian Blue. HEX triplet: 0C, 31 and C1. RGB value is (12,49,193). Sum of RGB (Red+Green+Blue) = 12+49+193=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C31C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C31C1 is #F3CE3E. Grayscale: #353535. Windows color (decimal): -15978047 or 12661004. OLE color: 12661004.

HSL color Cylindrical-coordinate representation of color #0C31C1: hue angle of 227.73º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C31C1 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1249193-
CMYK0.940.7500.24
HSL227.73º88.29%40.2%-
HSV(B)227.73º93.78%75.69%-
XYZ10.886.1351.06-
YUV54.35206.2497.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 193 (75.78% from 255) = 75.98%
R=4.72%
G=19.29%
B=75.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12491930.940.7500.24227.7388.2940.2
HexC31C15E4B018e45828
Octal146130113611303034413050
Binary11001100011100000110111101001011011000111001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c31c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,193); }

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

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

 a { background-color: rgb(12,49,193); }

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

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

 span { border-color: rgb(12,49,193); }

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