Html Css Color HEX #103949 Blue Whale

📋 copy color: '#103949'

red 16 ◦ green 57 ◦ blue 73

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

Shades of Blue Whale #103949

Tints of Blue Whale #103949

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

 GREEN value IS 57 (22.66% from 255) = 39.04%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 10.96%
G = 39.04%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#103949 (or 0x103949) is known color: Blue Whale. HEX triplet: 10, 39 and 49. RGB value is (16,57,73). Sum of RGB (Red+Green+Blue) = 16+57+73=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #103949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103949 is #EFC6B6. Grayscale: #2E2E2E. Windows color (decimal): -15713975 or 4798736. OLE color: 4798736.

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

Color convert

RGB 16 57 73 -
CMYK 0.78 0.22 0 0.71
HSL 196.84º 0.64% 0.17% -
HSV(B) 196.84º 0.78% 0.29% -
XYZ 2.88 3.52 6.83 -
YUV 46.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 16 57 73 0.78 0.22 0 0.71 196.84 0.64 0.17
Hex 10 39 49 4E 16 0 47 C5 40 11
Octal 20 71 111 116 26 0 107 305 100 21
Binary 10000 111001 1001001 1001110 10110 0 1000111 11000101 1000000 10001

Color Harmonies of #103949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103949

Black with #103949

Text Example


Text Example

White with #103949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103949; }

 p { color: rgb(16,57,73); }

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

background-color css

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

 a { background-color: rgb(16,57,73); }

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

border-color css

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

 span { border-color: rgb(16,57,73); }

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