Html Css Color HEX #0B3647 Blue Whale

📋 copy color: '#0B3647'

red 11 ◦ green 54 ◦ blue 71

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

Shades of Blue Whale #0B3647

Tints of Blue Whale #0B3647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 8.09%
G = 39.71%
B = 52.21%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B3647 (or 0x0B3647) is known color: Blue Whale. HEX triplet: 0B, 36 and 47. RGB value is (11,54,71). Sum of RGB (Red+Green+Blue) = 11+54+71=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B3647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3647 is #F4C9B8. Grayscale: #2A2A2A. Windows color (decimal): -16042425 or 4666891. OLE color: 4666891.

HSL color Cylindrical-coordinate representation of color #0B3647: hue angle of 197º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3647 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 54 71 -
CMYK 0.85 0.24 0 0.72
HSL 197º 0.73% 0.16% -
HSV(B) 197º 0.85% 0.28% -
XYZ 2.59 3.16 6.44 -
YUV 43.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 11 54 71 0.85 0.24 0 0.72 197 0.73 0.16
Hex B 36 47 55 18 0 48 C5 49 10
Octal 13 66 107 125 30 0 110 305 111 20
Binary 1011 110110 1000111 1010101 11000 0 1001000 11000101 1001001 10000

Color Harmonies of #0B3647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3647

Black with #0B3647

Text Example


Text Example

White with #0B3647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,71); }

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

background-color css

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

 a { background-color: rgb(11,54,71); }

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

border-color css

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

 span { border-color: rgb(11,54,71); }

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