Html Css Color HEX #0B324C Blue Whale

📋 copy color: '#0B324C'

red 11 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #0B324C

Tints of Blue Whale #0B324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

 BLUE value IS 76 (30.08% from 255) = 55.47%

R = 8.03%
G = 36.5%
B = 55.47%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0B324C (or 0x0B324C) is known color: Blue Whale. HEX triplet: 0B, 32 and 4C. RGB value is (11,50,76). Sum of RGB (Red+Green+Blue) = 11+50+76=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B324C is #F4CDB3. Grayscale: #292929. Windows color (decimal): -16043444 or 4993547. OLE color: 4993547.

HSL color Cylindrical-coordinate representation of color #0B324C: hue angle of 204º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B324C is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 11 50 76 -
CMYK 0.86 0.34 0 0.70
HSL 204º 0.75% 0.17% -
HSV(B) 204º 0.86% 0.3% -
XYZ 2.58 2.87 7.26 -
YUV 41.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 11 50 76 0.86 0.34 0 0.70 204 0.75 0.17
Hex B 32 4C 56 22 0 46 CC 4B 11
Octal 13 62 114 126 42 0 106 314 113 21
Binary 1011 110010 1001100 1010110 100010 0 1000110 11001100 1001011 10001

Color Harmonies of #0B324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B324C

Black with #0B324C

Text Example


Text Example

White with #0B324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,50,76); }

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

background-color css

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

 a { background-color: rgb(11,50,76); }

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

border-color css

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

 span { border-color: rgb(11,50,76); }

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