#0B33ED

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

Shades of Persian Blue #0B33ED

Tints of Persian Blue #0B33ED

Color information

#0B33ED (or 0x0B33ED) is unknown color: approx Persian Blue. HEX triplet: 0B, 33 and ED. RGB value is (11,51,237). Sum of RGB (Red+Green+Blue) = 11+51+237=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B33ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B33ED is #F4CC12. Grayscale: #3B3B3B. Windows color (decimal): -16043027 or 15545099. OLE color: 15545099.

HSL color Cylindrical-coordinate representation of color #0B33ED: hue angle of 229.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B33ED is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1151237-
CMYK0.950.7800.07
HSL229.38º91.13%48.63%-
HSV(B)229.38º95.36%92.94%-
XYZ16.618.5580.9-
YUV60.24227.7592.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 237 (92.97% from 255) = 79.26%
R=3.68%
G=17.06%
B=79.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11512370.950.7800.07229.3891.1348.63
HexB33ED5F4E07e55b31
Octal13633551371160734513361
Binary101111001111101101101111110011100111111001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,51,237); }

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

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

 a { background-color: rgb(11,51,237); }

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

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

 span { border-color: rgb(11,51,237); }

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