#0B3951

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

Shades of Regal Blue #0B3951

Tints of Regal Blue #0B3951

Color information

#0B3951 (or 0x0B3951) is unknown color: approx Regal Blue. HEX triplet: 0B, 39 and 51. RGB value is (11,57,81). Sum of RGB (Red+Green+Blue) = 11+57+81=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3951 is #F4C6AE. Grayscale: #2D2D2D. Windows color (decimal): -16041647 or 5323019. OLE color: 5323019.

HSL color Cylindrical-coordinate representation of color #0B3951: hue angle of 200.57º 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 #0B3951 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB115781-
CMYK0.860.3000.68
HSL200.57º76.09%18.04%-
HSV(B)200.57º86.42%31.76%-
XYZ3.093.598.32-
YUV45.98147.76103.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=7.38%
G=38.26%
B=54.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1157810.860.3000.68200.5776.0918.04
HexB3951561E044c94c12
Octal137112112636010431111422
Binary101111100110100011010110111100100010011001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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