#022BC7

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

Shades of Persian Blue #022BC7

Tints of Persian Blue #022BC7

Color information

#022BC7 (or 0x022BC7) is unknown color: approx Persian Blue. HEX triplet: 02, 2B and C7. RGB value is (2,43,199). Sum of RGB (Red+Green+Blue) = 2+43+199=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 199 (78.12% from 255 or 81.56% from 244); Max value from RGB is 199 - color contains mainly: blue. Hex color #022BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BC7 is #FDD438. Grayscale: #2F2F2F. Windows color (decimal): -16634937 or 13052674. OLE color: 13052674.

HSL color Cylindrical-coordinate representation of color #022BC7: hue angle of 227.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BC7 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB243199-
CMYK0.990.7800.22
HSL227.51º98.01%39.41%-
HSV(B)227.51º98.99%78.04%-
XYZ11.25.8654.57-
YUV48.52212.9294.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 199 (78.12% from 255) = 81.56%
R=0.82%
G=17.62%
B=81.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2431990.990.7800.22227.5198.0139.41
Hex22BC7634E016e46227
Octal25330714311602634414247
Binary101010111100011111000111001110010110111001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022BC7; }

 p { color: rgb(2,43,199); }

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

<style>
 a { background-color: #022BC7; }

 a { background-color: rgb(2,43,199); }

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

<style>
 span { border-color: #022BC7; }

 span { border-color: rgb(2,43,199); }

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