#0B31D6

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

Shades of Persian Blue #0B31D6

Tints of Persian Blue #0B31D6

Color information

#0B31D6 (or 0x0B31D6) is unknown color: approx Persian Blue. HEX triplet: 0B, 31 and D6. RGB value is (11,49,214). Sum of RGB (Red+Green+Blue) = 11+49+214=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 214 (83.98% from 255 or 78.10% from 274); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B31D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B31D6 is #F4CE29. Grayscale: #373737. Windows color (decimal): -16043562 or 14037259. OLE color: 14037259.

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

Color convert

RGB1149214-
CMYK0.950.7700.16
HSL228.77º90.22%44.12%-
HSV(B)228.77º94.86%83.92%-
XYZ13.377.1264.29-
YUV56.45216.9195.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 214 (83.98% from 255) = 78.10%
R=4.01%
G=17.88%
B=78.10%

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
Decimal11492140.950.7700.16228.7790.2244.12
HexB31D65F4D010e55a2c
Octal136132613711502034513254
Binary10111100011101011010111111001101010000111001011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B31D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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