#0C33BD

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

Shades of Persian Blue #0C33BD

Tints of Persian Blue #0C33BD

Color information

#0C33BD (or 0x0C33BD) is unknown color: approx Persian Blue. HEX triplet: 0C, 33 and BD. RGB value is (12,51,189). Sum of RGB (Red+Green+Blue) = 12+51+189=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C33BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C33BD is #F3CC42. Grayscale: #363636. Windows color (decimal): -15977539 or 12399372. OLE color: 12399372.

HSL color Cylindrical-coordinate representation of color #0C33BD: hue angle of 226.78º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C33BD is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1251189-
CMYK0.940.7300.26
HSL226.78º88.06%39.41%-
HSV(B)226.78º93.65%74.12%-
XYZ10.526.1248.77-
YUV55.07203.5897.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 189 (74.22% from 255) = 75%
R=4.76%
G=20.24%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12511890.940.7300.26226.7888.0639.41
HexC33BD5E4901Ae35827
Octal146327513611103234313047
Binary11001100111011110110111101001001011010111000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,189); }

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

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

 a { background-color: rgb(12,51,189); }

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

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

 span { border-color: rgb(12,51,189); }

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