Html Css Color HEX #193341 Blue Whale

📋 copy color: '#193341'

red 25 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #193341

Tints of Blue Whale #193341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 17.73%
G = 36.17%
B = 46.1%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193341 (or 0x193341) is known color: Blue Whale. HEX triplet: 19, 33 and 41. RGB value is (25,51,65). Sum of RGB (Red+Green+Blue) = 25+51+65=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #193341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193341 is #E6CCBE. Grayscale: #2C2C2C. Windows color (decimal): -15125695 or 4272921. OLE color: 4272921.

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

Color convert

RGB 25 51 65 -
CMYK 0.62 0.22 0 0.75
HSL 201º 0.44% 0.18% -
HSV(B) 201º 0.62% 0.25% -
XYZ 2.54 2.96 5.44 -
YUV 44.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 25 51 65 0.62 0.22 0 0.75 201 0.44 0.18
Hex 19 33 41 3E 16 0 4B C9 2C 12
Octal 31 63 101 76 26 0 113 311 54 22
Binary 11001 110011 1000001 111110 10110 0 1001011 11001001 101100 10010

Color Harmonies of #193341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193341

Black with #193341

Text Example


Text Example

White with #193341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193341; }

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

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

background-color css

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

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

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

border-color css

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

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

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