Html Css Color HEX #0B374A Blue Whale

📋 copy color: '#0B374A'

red 11 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #0B374A

Tints of Blue Whale #0B374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.86%

R = 7.86%
G = 39.29%
B = 52.86%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B374A (or 0x0B374A) is known color: Blue Whale. HEX triplet: 0B, 37 and 4A. RGB value is (11,55,74). Sum of RGB (Red+Green+Blue) = 11+55+74=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B374A is #F4C8B5. Grayscale: #2B2B2B. Windows color (decimal): -16042166 or 4863755. OLE color: 4863755.

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

Color convert

RGB 11 55 74 -
CMYK 0.85 0.26 0 0.71
HSL 198.1º 0.74% 0.17% -
HSV(B) 198.1º 0.85% 0.29% -
XYZ 2.74 3.3 6.97 -
YUV 44.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 11 55 74 0.85 0.26 0 0.71 198.1 0.74 0.17
Hex B 37 4A 55 1A 0 47 C6 4A 11
Octal 13 67 112 125 32 0 107 306 112 21
Binary 1011 110111 1001010 1010101 11010 0 1000111 11000110 1001010 10001

Color Harmonies of #0B374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B374A

Black with #0B374A

Text Example


Text Example

White with #0B374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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