#0c2bce

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

Shades of Persian Blue #0C2BCE

Tints of Persian Blue #0C2BCE

Color information

#0C2BCE (or 0x0C2BCE) is unknown color: approx Persian Blue. HEX triplet: 0C, 2B and CE. RGB value is (12,43,206). Sum of RGB (Red+Green+Blue) = 12+43+206=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C2BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BCE is #F3D431. Grayscale: #333333. Windows color (decimal): -15979570 or 13511436. OLE color: 13511436.

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

Color convert

RGB1243206-
CMYK0.940.7900.19
HSL230.41º88.99%42.75%-
HSV(B)230.41º94.17%80.78%-
XYZ12.166.2658.96-
YUV52.31214.7399.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 206 (80.86% from 255) = 78.93%
R=4.60%
G=16.48%
B=78.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12432060.940.7900.19230.4188.9942.75
HexC2BCE5E4F013e6592b
Octal145331613611702334613153
Binary11001010111100111010111101001111010011111001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,206); }

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

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

 a { background-color: rgb(12,43,206); }

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

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

 span { border-color: rgb(12,43,206); }

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