#0A33C0

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

Shades of Persian Blue #0A33C0

Tints of Persian Blue #0A33C0

Color information

#0A33C0 (or 0x0A33C0) is unknown color: approx Persian Blue. HEX triplet: 0A, 33 and C0. RGB value is (10,51,192). Sum of RGB (Red+Green+Blue) = 10+51+192=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A33C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A33C0 is #F5CC3F. Grayscale: #363636. Windows color (decimal): -16108608 or 12595978. OLE color: 12595978.

HSL color Cylindrical-coordinate representation of color #0A33C0: hue angle of 226.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A33C0 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1051192-
CMYK0.950.7300.25
HSL226.48º90.1%39.61%-
HSV(B)226.48º94.79%75.29%-
XYZ10.826.2450.5-
YUV54.82205.4296.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.95%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 192 (75.39% from 255) = 75.89%
R=3.95%
G=20.16%
B=75.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10511920.950.7300.25226.4890.139.61
HexA33C05F49019e25a28
Octal126330013711103134213250
Binary10101100111100000010111111001001011001111000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A33C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A33C0; }

 p { color: rgb(10,51,192); }

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

<style>
 a { background-color: #0A33C0; }

 a { background-color: rgb(10,51,192); }

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

<style>
 span { border-color: #0A33C0; }

 span { border-color: rgb(10,51,192); }

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