Html Css Color HEX #193242 Blue Whale

📋 copy color: '#193242'

red 25 ◦ green 50 ◦ blue 66

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

Shades of Blue Whale #193242

Tints of Blue Whale #193242

RGB

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

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

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

R = 17.73%
G = 35.46%
B = 46.81%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193242 (or 0x193242) is known color: Blue Whale. HEX triplet: 19, 32 and 42. RGB value is (25,50,66). Sum of RGB (Red+Green+Blue) = 25+50+66=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #193242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193242 is #E6CDBD. Grayscale: #2C2C2C. Windows color (decimal): -15125950 or 4338201. OLE color: 4338201.

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

Color convert

RGB 25 50 66 -
CMYK 0.62 0.24 0 0.74
HSL 203.41º 0.45% 0.18% -
HSV(B) 203.41º 0.62% 0.26% -
XYZ 2.52 2.88 5.58 -
YUV 44.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 25 50 66 0.62 0.24 0 0.74 203.41 0.45 0.18
Hex 19 32 42 3E 18 0 4A CB 2D 12
Octal 31 62 102 76 30 0 112 313 55 22
Binary 11001 110010 1000010 111110 11000 0 1001010 11001011 101101 10010

Color Harmonies of #193242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193242

Black with #193242

Text Example


Text Example

White with #193242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193242; }

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

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

background-color css

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

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

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

border-color css

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

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

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