Html Css Color HEX #193246 Blue Whale

📋 copy color: '#193246'

red 25 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #193246

Tints of Blue Whale #193246

RGB

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

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

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

R = 17.24%
G = 34.48%
B = 48.28%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193246 (or 0x193246) is known color: Blue Whale. HEX triplet: 19, 32 and 46. RGB value is (25,50,70). Sum of RGB (Red+Green+Blue) = 25+50+70=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #193246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193246 is #E6CDB9. Grayscale: #2C2C2C. Windows color (decimal): -15125946 or 4600345. OLE color: 4600345.

HSL color Cylindrical-coordinate representation of color #193246: hue angle of 206.67º 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 #193246 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 50 70 -
CMYK 0.64 0.29 0 0.73
HSL 206.67º 0.47% 0.19% -
HSV(B) 206.67º 0.64% 0.27% -
XYZ 2.65 2.93 6.22 -
YUV 44.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 25 50 70 0.64 0.29 0 0.73 206.67 0.47 0.19
Hex 19 32 46 40 1D 0 49 CF 2F 13
Octal 31 62 106 100 35 0 111 317 57 23
Binary 11001 110010 1000110 1000000 11101 0 1001001 11001111 101111 10011

Color Harmonies of #193246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193246

Black with #193246

Text Example


Text Example

White with #193246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193246; }

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

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

background-color css

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

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

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

border-color css

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

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

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