#023CC9

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

Shades of Persian Blue #023CC9

Tints of Persian Blue #023CC9

Color information

#023CC9 (or 0x023CC9) is unknown color: approx Persian Blue. HEX triplet: 02, 3C and C9. RGB value is (2,60,201). Sum of RGB (Red+Green+Blue) = 2+60+201=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #023CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC9 is #FDC336. Grayscale: #3A3A3A. Windows color (decimal): -16630583 or 13188098. OLE color: 13188098.

HSL color Cylindrical-coordinate representation of color #023CC9: hue angle of 222.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CC9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB260201-
CMYK0.990.7000.21
HSL222.51º98.03%39.8%-
HSV(B)222.51º99%78.82%-
XYZ12.187.4656.06-
YUV58.73208.2887.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 201 (78.91% from 255) = 76.43%
R=0.76%
G=22.81%
B=76.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2602010.990.7000.21222.5198.0339.8
Hex23CC96346015df6228
Octal27431114310602533714250
Binary101111001100100111000111000110010101110111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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