Html Css Color HEX #193446 Blue Whale

📋 copy color: '#193446'

red 25 ◦ green 52 ◦ blue 70

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

Shades of Blue Whale #193446

Tints of Blue Whale #193446

RGB

 RED value IS 25 (10.16% from 255) = 17.01%

 GREEN value IS 52 (20.7% from 255) = 35.37%

 BLUE value IS 70 (27.73% from 255) = 47.62%

R = 17.01%
G = 35.37%
B = 47.62%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193446 (or 0x193446) is known color: Blue Whale. HEX triplet: 19, 34 and 46. RGB value is (25,52,70). Sum of RGB (Red+Green+Blue) = 25+52+70=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #193446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193446 is #E6CBB9. Grayscale: #2D2D2D. Windows color (decimal): -15125434 or 4600857. OLE color: 4600857.

HSL color Cylindrical-coordinate representation of color #193446: hue angle of 204º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193446 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 52 70 -
CMYK 0.64 0.26 0 0.73
HSL 204º 0.47% 0.19% -
HSV(B) 204º 0.64% 0.27% -
XYZ 2.73 3.1 6.25 -
YUV 45.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 25 52 70 0.64 0.26 0 0.73 204 0.47 0.19
Hex 19 34 46 40 1A 0 49 CC 2F 13
Octal 31 64 106 100 32 0 111 314 57 23
Binary 11001 110100 1000110 1000000 11010 0 1001001 11001100 101111 10011

Color Harmonies of #193446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193446

Black with #193446

Text Example


Text Example

White with #193446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193446; }

 p { color: rgb(25,52,70); }

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

background-color css

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

 a { background-color: rgb(25,52,70); }

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

border-color css

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

 span { border-color: rgb(25,52,70); }

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