Html Css Color HEX #0B3951 Regal Blue

📋 copy color: '#0B3951'

red 11 ◦ green 57 ◦ blue 81

#0B3951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #0B3951

Tints of Regal Blue #0B3951

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 value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B3951 (or 0x0B3951) is known color: 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

RGB 11 57 81 -
CMYK 0.86 0.30 0 0.68
HSL 200.57º 0.76% 0.18% -
HSV(B) 200.57º 0.86% 0.32% -
XYZ 3.09 3.59 8.32 -
YUV 45.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 11 57 81 0.86 0.30 0 0.68 200.57 0.76 0.18
Hex B 39 51 56 1E 0 44 C9 4C 12
Octal 13 71 121 126 36 0 104 311 114 22
Binary 1011 111001 1010001 1010110 11110 0 1000100 11001001 1001100 10010

Color Harmonies of #0B3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3951

Black with #0B3951

Text Example


Text Example

White with #0B3951

Text Example


Text Example

HTML Codes & Css Web 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>