Html Css Color HEX #193846 Blue Whale

📋 copy color: '#193846'

red 25 ◦ green 56 ◦ blue 70

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

Shades of Blue Whale #193846

Tints of Blue Whale #193846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

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

R = 16.56%
G = 37.09%
B = 46.36%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193846 (or 0x193846) is known color: Blue Whale. HEX triplet: 19, 38 and 46. RGB value is (25,56,70). Sum of RGB (Red+Green+Blue) = 25+56+70=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #193846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193846 is #E6C7B9. Grayscale: #303030. Windows color (decimal): -15124410 or 4601881. OLE color: 4601881.

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

Color convert

RGB 25 56 70 -
CMYK 0.64 0.20 0 0.73
HSL 198.67º 0.47% 0.19% -
HSV(B) 198.67º 0.64% 0.27% -
XYZ 2.92 3.48 6.31 -
YUV 48.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 25 56 70 0.64 0.20 0 0.73 198.67 0.47 0.19
Hex 19 38 46 40 14 0 49 C7 2F 13
Octal 31 70 106 100 24 0 111 307 57 23
Binary 11001 111000 1000110 1000000 10100 0 1001001 11000111 101111 10011

Color Harmonies of #193846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193846

Black with #193846

Text Example


Text Example

White with #193846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193846; }

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

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

background-color css

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

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

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

border-color css

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

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

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