Html Css Color HEX #0B384A Blue Whale

📋 copy color: '#0B384A'

red 11 ◦ green 56 ◦ blue 74

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

Shades of Blue Whale #0B384A

Tints of Blue Whale #0B384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

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

R = 7.8%
G = 39.72%
B = 52.48%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B384A (or 0x0B384A) is known color: Blue Whale. HEX triplet: 0B, 38 and 4A. RGB value is (11,56,74). Sum of RGB (Red+Green+Blue) = 11+56+74=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B384A is #F4C7B5. Grayscale: #2C2C2C. Windows color (decimal): -16041910 or 4864011. OLE color: 4864011.

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

Color convert

RGB 11 56 74 -
CMYK 0.85 0.24 0 0.71
HSL 197.14º 0.74% 0.17% -
HSV(B) 197.14º 0.85% 0.29% -
XYZ 2.79 3.39 6.99 -
YUV 44.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 11 56 74 0.85 0.24 0 0.71 197.14 0.74 0.17
Hex B 38 4A 55 18 0 47 C5 4A 11
Octal 13 70 112 125 30 0 107 305 112 21
Binary 1011 111000 1001010 1010101 11000 0 1000111 11000101 1001010 10001

Color Harmonies of #0B384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B384A

Black with #0B384A

Text Example


Text Example

White with #0B384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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