Html Css Color HEX #103349 Blue Whale

📋 copy color: '#103349'

red 16 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #103349

Tints of Blue Whale #103349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

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

R = 11.43%
G = 36.43%
B = 52.14%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#103349 (or 0x103349) is known color: Blue Whale. HEX triplet: 10, 33 and 49. RGB value is (16,51,73). Sum of RGB (Red+Green+Blue) = 16+51+73=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #103349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103349 is #EFCCB6. Grayscale: #2A2A2A. Windows color (decimal): -15715511 or 4797200. OLE color: 4797200.

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

Color convert

RGB 16 51 73 -
CMYK 0.78 0.30 0 0.71
HSL 203.16º 0.64% 0.17% -
HSV(B) 203.16º 0.78% 0.29% -
XYZ 2.6 2.96 6.74 -
YUV 43.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 16 51 73 0.78 0.30 0 0.71 203.16 0.64 0.17
Hex 10 33 49 4E 1E 0 47 CB 40 11
Octal 20 63 111 116 36 0 107 313 100 21
Binary 10000 110011 1001001 1001110 11110 0 1000111 11001011 1000000 10001

Color Harmonies of #103349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103349

Black with #103349

Text Example


Text Example

White with #103349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103349; }

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

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

background-color css

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

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

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

border-color css

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

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

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