#023CCB

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

Shades of Persian Blue #023CCB

Tints of Persian Blue #023CCB

Color information

#023CCB (or 0x023CCB) is unknown color: approx Persian Blue. HEX triplet: 02, 3C and CB. RGB value is (2,60,203). Sum of RGB (Red+Green+Blue) = 2+60+203=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #023CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCB is #FDC334. Grayscale: #3A3A3A. Windows color (decimal): -16630581 or 13319170. OLE color: 13319170.

HSL color Cylindrical-coordinate representation of color #023CCB: hue angle of 222.69º 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 #023CCB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB260203-
CMYK0.990.7000.20
HSL222.69º98.05%40.2%-
HSV(B)222.69º99.01%79.61%-
XYZ12.427.5657.3-
YUV58.96209.2887.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 203 (79.69% from 255) = 76.60%
R=0.75%
G=22.64%
B=76.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2602030.990.7000.20222.6998.0540.2
Hex23CCB6346014df6228
Octal27431314310602433714250
Binary101111001100101111000111000110010100110111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023CCB; }

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

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

<style>
 a { background-color: #023CCB; }

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

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

<style>
 span { border-color: #023CCB; }

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

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