#0133CA

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

Shades of Persian Blue #0133CA

Tints of Persian Blue #0133CA

Color information

#0133CA (or 0x0133CA) is unknown color: approx Persian Blue. HEX triplet: 01, 33 and CA. RGB value is (1,51,202). Sum of RGB (Red+Green+Blue) = 1+51+202=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #0133CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133CA is #FECC35. Grayscale: #343434. Windows color (decimal): -16698422 or 13251329. OLE color: 13251329.

HSL color Cylindrical-coordinate representation of color #0133CA: hue angle of 225.07º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0133CA is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151202-
CMYK1.000.7500.21
HSL225.07º99.01%39.8%-
HSV(B)225.07º99.5%79.22%-
XYZ11.866.6456.53-
YUV53.26211.9490.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 202 (79.30% from 255) = 79.53%
R=0.39%
G=20.08%
B=79.53%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021.000.7500.21225.0799.0139.8
Hex133CA644B015e16328
Octal16331214411302534114350
Binary11100111100101011001001001011010101111000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0133CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0133CA; }

 p { color: rgb(1,51,202); }

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

<style>
 a { background-color: #0133CA; }

 a { background-color: rgb(1,51,202); }

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

<style>
 span { border-color: #0133CA; }

 span { border-color: rgb(1,51,202); }

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