#0B32D6

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

Shades of Persian Blue #0B32D6

Tints of Persian Blue #0B32D6

Color information

#0B32D6 (or 0x0B32D6) is unknown color: approx Persian Blue. HEX triplet: 0B, 32 and D6. RGB value is (11,50,214). Sum of RGB (Red+Green+Blue) = 11+50+214=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B32D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B32D6 is #F4CD29. Grayscale: #383838. Windows color (decimal): -16043306 or 14037515. OLE color: 14037515.

HSL color Cylindrical-coordinate representation of color #0B32D6: hue angle of 228.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B32D6 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1150214-
CMYK0.950.7700.16
HSL228.47º90.22%44.12%-
HSV(B)228.47º94.86%83.92%-
XYZ13.427.2164.3-
YUV57.04216.5895.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 214 (83.98% from 255) = 77.82%
R=4%
G=18.18%
B=77.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11502140.950.7700.16228.4790.2244.12
HexB32D65F4D010e45a2c
Octal136232613711502034413254
Binary10111100101101011010111111001101010000111001001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B32D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,214); }

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

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

 a { background-color: rgb(11,50,214); }

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

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

 span { border-color: rgb(11,50,214); }

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