#0B37CE

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

Shades of Persian Blue #0B37CE

Tints of Persian Blue #0B37CE

Color information

#0B37CE (or 0x0B37CE) is unknown color: approx Persian Blue. HEX triplet: 0B, 37 and CE. RGB value is (11,55,206). Sum of RGB (Red+Green+Blue) = 11+55+206=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B37CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B37CE is #F4C831. Grayscale: #3A3A3A. Windows color (decimal): -16042034 or 13514507. OLE color: 13514507.

HSL color Cylindrical-coordinate representation of color #0B37CE: hue angle of 226.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B37CE is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1155206-
CMYK0.950.7300.19
HSL226.46º89.86%42.55%-
HSV(B)226.46º94.66%80.78%-
XYZ12.647.2659.13-
YUV59.06210.9293.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 206 (80.86% from 255) = 75.74%
R=4.04%
G=20.22%
B=75.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11552060.950.7300.19226.4689.8642.55
HexB37CE5F49013e25a2b
Octal136731613711102334213253
Binary10111101111100111010111111001001010011111000101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,206); }

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

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

 a { background-color: rgb(11,55,206); }

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

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

 span { border-color: rgb(11,55,206); }

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