#0233CB

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

Shades of Persian Blue #0233CB

Tints of Persian Blue #0233CB

Color information

#0233CB (or 0x0233CB) is unknown color: approx Persian Blue. HEX triplet: 02, 33 and CB. RGB value is (2,51,203). Sum of RGB (Red+Green+Blue) = 2+51+203=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #0233CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233CB is #FDCC34. Grayscale: #353535. Windows color (decimal): -16632885 or 13316866. OLE color: 13316866.

HSL color Cylindrical-coordinate representation of color #0233CB: hue angle of 225.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233CB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB251203-
CMYK0.990.7500.20
HSL225.37º98.05%40.2%-
HSV(B)225.37º99.01%79.61%-
XYZ11.996.6957.16-
YUV53.68212.2791.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 203 (79.69% from 255) = 79.30%
R=0.78%
G=19.92%
B=79.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2512030.990.7500.20225.3798.0540.2
Hex233CB634B014e16228
Octal26331314311302434114250
Binary101100111100101111000111001011010100111000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0233CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0233CB; }

 p { color: rgb(2,51,203); }

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

<style>
 a { background-color: #0233CB; }

 a { background-color: rgb(2,51,203); }

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

<style>
 span { border-color: #0233CB; }

 span { border-color: rgb(2,51,203); }

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