#0A33D0

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

Shades of Persian Blue #0A33D0

Tints of Persian Blue #0A33D0

Color information

#0A33D0 (or 0x0A33D0) is unknown color: approx Persian Blue. HEX triplet: 0A, 33 and D0. RGB value is (10,51,208). Sum of RGB (Red+Green+Blue) = 10+51+208=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A33D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A33D0 is #F5CC2F. Grayscale: #373737. Windows color (decimal): -16108592 or 13644554. OLE color: 13644554.

HSL color Cylindrical-coordinate representation of color #0A33D0: hue angle of 227.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A33D0 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1051208-
CMYK0.950.7500.18
HSL227.58º90.83%42.75%-
HSV(B)227.58º95.19%81.57%-
XYZ12.696.9960.35-
YUV56.64213.4294.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 208 (81.64% from 255) = 77.32%
R=3.72%
G=18.96%
B=77.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10512080.950.7500.18227.5890.8342.75
HexA33D05F4B012e45b2b
Octal126332013711302234413353
Binary10101100111101000010111111001011010010111001001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A33D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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