Html Css Color HEX #0B3748 Blue Whale

📋 copy color: '#0B3748'

red 11 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #0B3748

Tints of Blue Whale #0B3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

 BLUE value IS 72 (28.52% from 255) = 52.17%

R = 7.97%
G = 39.86%
B = 52.17%

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

#0B3748 (or 0x0B3748) is known color: Blue Whale. HEX triplet: 0B, 37 and 48. RGB value is (11,55,72). Sum of RGB (Red+Green+Blue) = 11+55+72=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B3748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3748 is #F4C8B7. Grayscale: #2B2B2B. Windows color (decimal): -16042168 or 4732683. OLE color: 4732683.

HSL color Cylindrical-coordinate representation of color #0B3748: hue angle of 196.72º 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 #0B3748 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 55 72 -
CMYK 0.85 0.24 0 0.72
HSL 196.72º 0.73% 0.16% -
HSV(B) 196.72º 0.85% 0.28% -
XYZ 2.67 3.27 6.62 -
YUV 43.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 11 55 72 0.85 0.24 0 0.72 196.72 0.73 0.16
Hex B 37 48 55 18 0 48 C5 49 10
Octal 13 67 110 125 30 0 110 305 111 20
Binary 1011 110111 1001000 1010101 11000 0 1001000 11000101 1001001 10000

Color Harmonies of #0B3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3748

Black with #0B3748

Text Example


Text Example

White with #0B3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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