#0B30D6

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

Shades of Persian Blue #0B30D6

Tints of Persian Blue #0B30D6

Color information

#0B30D6 (or 0x0B30D6) is unknown color: approx Persian Blue. HEX triplet: 0B, 30 and D6. RGB value is (11,48,214). Sum of RGB (Red+Green+Blue) = 11+48+214=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 214 (83.98% from 255 or 78.39% from 273); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B30D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B30D6 is #F4CF29. Grayscale: #373737. Windows color (decimal): -16043818 or 14037003. OLE color: 14037003.

HSL color Cylindrical-coordinate representation of color #0B30D6: hue angle of 229.06º 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 #0B30D6 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1148214-
CMYK0.950.7800.16
HSL229.06º90.22%44.12%-
HSV(B)229.06º94.86%83.92%-
XYZ13.337.0464.27-
YUV55.86217.2496-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 214 (83.98% from 255) = 78.39%
R=4.03%
G=17.58%
B=78.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11482140.950.7800.16229.0690.2244.12
HexB30D65F4E010e55a2c
Octal136032613711602034513254
Binary10111100001101011010111111001110010000111001011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B30D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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