#0c3dd1

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

Shades of Persian Blue #0C3DD1

Tints of Persian Blue #0C3DD1

Color information

#0C3DD1 (or 0x0C3DD1) is unknown color: approx Persian Blue. HEX triplet: 0C, 3D and D1. RGB value is (12,61,209). Sum of RGB (Red+Green+Blue) = 12+61+209=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 209 (82.03% from 255 or 74.11% from 282); Max value from RGB is 209 - color contains mainly: blue. Hex color #0C3DD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3DD1 is #F3C22E. Grayscale: #3E3E3E. Windows color (decimal): -15974959 or 13712652. OLE color: 13712652.

HSL color Cylindrical-coordinate representation of color #0C3DD1: hue angle of 225.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3DD1 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1261209-
CMYK0.940.7100.18
HSL225.08º89.14%43.33%-
HSV(B)225.08º94.26%81.96%-
XYZ13.338.0261.17-
YUV63.22210.2791.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.26%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 209 (82.03% from 255) = 74.11%
R=4.26%
G=21.63%
B=74.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12612090.940.7100.18225.0889.1443.33
HexC3DD15E47012e1592b
Octal147532113610702234113153
Binary11001111011101000110111101000111010010111000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,61,209); }

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

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

 a { background-color: rgb(12,61,209); }

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

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

 span { border-color: rgb(12,61,209); }

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