Html Css Color HEX #193345 Blue Whale

📋 copy color: '#193345'

red 25 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #193345

Tints of Blue Whale #193345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 47.59%

R = 17.24%
G = 35.17%
B = 47.59%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193345 (or 0x193345) is known color: Blue Whale. HEX triplet: 19, 33 and 45. RGB value is (25,51,69). Sum of RGB (Red+Green+Blue) = 25+51+69=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #193345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193345 is #E6CCBA. Grayscale: #2D2D2D. Windows color (decimal): -15125691 or 4535065. OLE color: 4535065.

HSL color Cylindrical-coordinate representation of color #193345: hue angle of 204.55º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193345 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 51 69 -
CMYK 0.64 0.26 0 0.73
HSL 204.55º 0.47% 0.18% -
HSV(B) 204.55º 0.64% 0.27% -
XYZ 2.66 3 6.07 -
YUV 45.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 25 51 69 0.64 0.26 0 0.73 204.55 0.47 0.18
Hex 19 33 45 40 1A 0 49 CD 2F 12
Octal 31 63 105 100 32 0 111 315 57 22
Binary 11001 110011 1000101 1000000 11010 0 1001001 11001101 101111 10010

Color Harmonies of #193345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193345

Black with #193345

Text Example


Text Example

White with #193345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193345; }

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

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

background-color css

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

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

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

border-color css

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

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

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