Html Css Color HEX #0B3949 Blue Whale

📋 copy color: '#0B3949'

red 11 ◦ green 57 ◦ blue 73

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

Shades of Blue Whale #0B3949

Tints of Blue Whale #0B3949

RGB

 RED value IS 11 (4.69% from 255) = 7.8%

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 7.8%
G = 40.43%
B = 51.77%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B3949 (or 0x0B3949) is known color: Blue Whale. HEX triplet: 0B, 39 and 49. RGB value is (11,57,73). Sum of RGB (Red+Green+Blue) = 11+57+73=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B3949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3949 is #F4C6B6. Grayscale: #2C2C2C. Windows color (decimal): -16041655 or 4798731. OLE color: 4798731.

HSL color Cylindrical-coordinate representation of color #0B3949: hue angle of 195.48º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3949 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 57 73 -
CMYK 0.85 0.22 0 0.71
HSL 195.48º 0.74% 0.16% -
HSV(B) 195.48º 0.85% 0.29% -
XYZ 2.8 3.48 6.83 -
YUV 45.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 11 57 73 0.85 0.22 0 0.71 195.48 0.74 0.16
Hex B 39 49 55 16 0 47 C3 4A 10
Octal 13 71 111 125 26 0 107 303 112 20
Binary 1011 111001 1001001 1010101 10110 0 1000111 11000011 1001010 10000

Color Harmonies of #0B3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3949

Black with #0B3949

Text Example


Text Example

White with #0B3949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B3949;
 }
 .AnyTagClassName
 {
   color: #0B3949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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