Html Css Color HEX #193842 Blue Whale

📋 copy color: '#193842'

red 25 ◦ green 56 ◦ blue 66

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

Shades of Blue Whale #193842

Tints of Blue Whale #193842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 17.01%
G = 38.1%
B = 44.9%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193842 (or 0x193842) is known color: Blue Whale. HEX triplet: 19, 38 and 42. RGB value is (25,56,66). Sum of RGB (Red+Green+Blue) = 25+56+66=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #193842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193842 is #E6C7BD. Grayscale: #2F2F2F. Windows color (decimal): -15124414 or 4339737. OLE color: 4339737.

HSL color Cylindrical-coordinate representation of color #193842: hue angle of 194.63º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193842 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 56 66 -
CMYK 0.62 0.15 0 0.74
HSL 194.63º 0.45% 0.18% -
HSV(B) 194.63º 0.62% 0.26% -
XYZ 2.8 3.43 5.67 -
YUV 47.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 25 56 66 0.62 0.15 0 0.74 194.63 0.45 0.18
Hex 19 38 42 3E F 0 4A C3 2D 12
Octal 31 70 102 76 17 0 112 303 55 22
Binary 11001 111000 1000010 111110 1111 0 1001010 11000011 101101 10010

Color Harmonies of #193842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193842

Black with #193842

Text Example


Text Example

White with #193842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193842; }

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

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

background-color css

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

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

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

border-color css

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

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

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