Html Css Color HEX #193142 Blue Whale

📋 copy color: '#193142'

red 25 ◦ green 49 ◦ blue 66

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

Shades of Blue Whale #193142

Tints of Blue Whale #193142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

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

R = 17.86%
G = 35%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193142 (or 0x193142) is known color: Blue Whale. HEX triplet: 19, 31 and 42. RGB value is (25,49,66). Sum of RGB (Red+Green+Blue) = 25+49+66=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #193142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193142 is #E6CEBD. Grayscale: #2B2B2B. Windows color (decimal): -15126206 or 4337945. OLE color: 4337945.

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

Color convert

RGB 25 49 66 -
CMYK 0.62 0.26 0 0.74
HSL 204.88º 0.45% 0.18% -
HSV(B) 204.88º 0.62% 0.26% -
XYZ 2.48 2.8 5.56 -
YUV 43.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 25 49 66 0.62 0.26 0 0.74 204.88 0.45 0.18
Hex 19 31 42 3E 1A 0 4A CD 2D 12
Octal 31 61 102 76 32 0 112 315 55 22
Binary 11001 110001 1000010 111110 11010 0 1001010 11001101 101101 10010

Color Harmonies of #193142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193142

Black with #193142

Text Example


Text Example

White with #193142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193142; }

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

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

background-color css

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

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

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

border-color css

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

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

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