#0238C7

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

Shades of Persian Blue #0238C7

Tints of Persian Blue #0238C7

Color information

#0238C7 (or 0x0238C7) is unknown color: approx Persian Blue. HEX triplet: 02, 38 and C7. RGB value is (2,56,199). Sum of RGB (Red+Green+Blue) = 2+56+199=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 199 (78.12% from 255 or 77.43% from 257); Max value from RGB is 199 - color contains mainly: blue. Hex color #0238C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238C7 is #FDC738. Grayscale: #373737. Windows color (decimal): -16631609 or 13056002. OLE color: 13056002.

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

Color convert

RGB256199-
CMYK0.990.7200.22
HSL223.55º98.01%39.41%-
HSV(B)223.55º98.99%78.04%-
XYZ11.756.9654.76-
YUV56.16208.6189.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 199 (78.12% from 255) = 77.43%
R=0.78%
G=21.79%
B=77.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2561990.990.7200.22223.5598.0139.41
Hex238C76348016e06227
Octal27030714311002634014247
Binary101110001100011111000111001000010110111000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0238C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0238C7; }

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

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

<style>
 a { background-color: #0238C7; }

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

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

<style>
 span { border-color: #0238C7; }

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

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