#023AC7

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

Shades of Persian Blue #023AC7

Tints of Persian Blue #023AC7

Color information

#023AC7 (or 0x023AC7) is unknown color: approx Persian Blue. HEX triplet: 02, 3A and C7. RGB value is (2,58,199). Sum of RGB (Red+Green+Blue) = 2+58+199=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 199 (78.12% from 255 or 76.83% from 259); Max value from RGB is 199 - color contains mainly: blue. Hex color #023AC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023AC7 is #FDC538. Grayscale: #383838. Windows color (decimal): -16631097 or 13056514. OLE color: 13056514.

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

Color convert

RGB258199-
CMYK0.990.7100.22
HSL222.94º98.01%39.41%-
HSV(B)222.94º98.99%78.04%-
XYZ11.857.1654.79-
YUV57.33207.9588.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 199 (78.12% from 255) = 76.83%
R=0.77%
G=22.39%
B=76.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2581990.990.7100.22222.9498.0139.41
Hex23AC76347016df6227
Octal27230714310702633714247
Binary101110101100011111000111000111010110110111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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