Html Css Color HEX #193441 Blue Whale

📋 copy color: '#193441'

red 25 ◦ green 52 ◦ blue 65

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

Shades of Blue Whale #193441

Tints of Blue Whale #193441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.77%

R = 17.61%
G = 36.62%
B = 45.77%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193441 (or 0x193441) is known color: Blue Whale. HEX triplet: 19, 34 and 41. RGB value is (25,52,65). Sum of RGB (Red+Green+Blue) = 25+52+65=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #193441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193441 is #E6CBBE. Grayscale: #2D2D2D. Windows color (decimal): -15125439 or 4273177. OLE color: 4273177.

HSL color Cylindrical-coordinate representation of color #193441: hue angle of 199.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193441 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 52 65 -
CMYK 0.62 0.20 0 0.75
HSL 199.5º 0.44% 0.18% -
HSV(B) 199.5º 0.62% 0.25% -
XYZ 2.58 3.04 5.45 -
YUV 45.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 25 52 65 0.62 0.20 0 0.75 199.5 0.44 0.18
Hex 19 34 41 3E 14 0 4B C8 2C 12
Octal 31 64 101 76 24 0 113 310 54 22
Binary 11001 110100 1000001 111110 10100 0 1001011 11001000 101100 10010

Color Harmonies of #193441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193441

Black with #193441

Text Example


Text Example

White with #193441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193441; }

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

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

background-color css

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

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

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

border-color css

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

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

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