Html Css Color HEX #193442 Blue Whale

📋 copy color: '#193442'

red 25 ◦ green 52 ◦ blue 66

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

Shades of Blue Whale #193442

Tints of Blue Whale #193442

RGB

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

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

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

R = 17.48%
G = 36.36%
B = 46.15%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193442 (or 0x193442) is known color: Blue Whale. HEX triplet: 19, 34 and 42. RGB value is (25,52,66). Sum of RGB (Red+Green+Blue) = 25+52+66=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #193442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193442 is #E6CBBD. Grayscale: #2D2D2D. Windows color (decimal): -15125438 or 4338713. OLE color: 4338713.

HSL color Cylindrical-coordinate representation of color #193442: hue angle of 200.49º 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 #193442 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 52 66 -
CMYK 0.62 0.21 0 0.74
HSL 200.49º 0.45% 0.18% -
HSV(B) 200.49º 0.62% 0.26% -
XYZ 2.61 3.06 5.61 -
YUV 45.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 25 52 66 0.62 0.21 0 0.74 200.49 0.45 0.18
Hex 19 34 42 3E 15 0 4A C8 2D 12
Octal 31 64 102 76 25 0 112 310 55 22
Binary 11001 110100 1000010 111110 10101 0 1001010 11001000 101101 10010

Color Harmonies of #193442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193442

Black with #193442

Text Example


Text Example

White with #193442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193442; }

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

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

background-color css

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

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

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

border-color css

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

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

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