Html Css Color HEX #103249 Blue Whale

📋 copy color: '#103249'

red 16 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #103249

Tints of Blue Whale #103249

RGB

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

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

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

R = 11.51%
G = 35.97%
B = 52.52%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#103249 (or 0x103249) is known color: Blue Whale. HEX triplet: 10, 32 and 49. RGB value is (16,50,73). Sum of RGB (Red+Green+Blue) = 16+50+73=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #103249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103249 is #EFCDB6. Grayscale: #2A2A2A. Windows color (decimal): -15715767 or 4796944. OLE color: 4796944.

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

Color convert

RGB 16 50 73 -
CMYK 0.78 0.32 0 0.71
HSL 204.21º 0.64% 0.17% -
HSV(B) 204.21º 0.78% 0.29% -
XYZ 2.56 2.87 6.72 -
YUV 42.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 16 50 73 0.78 0.32 0 0.71 204.21 0.64 0.17
Hex 10 32 49 4E 20 0 47 CC 40 11
Octal 20 62 111 116 40 0 107 314 100 21
Binary 10000 110010 1001001 1001110 100000 0 1000111 11001100 1000000 10001

Color Harmonies of #103249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103249

Black with #103249

Text Example


Text Example

White with #103249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103249; }

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

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

background-color css

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

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

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

border-color css

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

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

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