#0B3751

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

Shades of Regal Blue #0B3751

Tints of Regal Blue #0B3751

Color information

#0B3751 (or 0x0B3751) is unknown color: approx Regal Blue. HEX triplet: 0B, 37 and 51. RGB value is (11,55,81). Sum of RGB (Red+Green+Blue) = 11+55+81=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3751 is #F4C8AE. Grayscale: #2C2C2C. Windows color (decimal): -16042159 or 5322507. OLE color: 5322507.

HSL color Cylindrical-coordinate representation of color #0B3751: hue angle of 202.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3751 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB115581-
CMYK0.860.3200.68
HSL202.29º76.09%18.04%-
HSV(B)202.29º86.42%31.76%-
XYZ2.993.48.28-
YUV44.81148.42103.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=7.48%
G=37.41%
B=55.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1155810.860.3200.68202.2976.0918.04
HexB37515620044ca4c12
Octal136712112640010431211422
Binary1011110111101000110101101000000100010011001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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