Html Css Color HEX #193344 Blue Whale

📋 copy color: '#193344'

red 25 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #193344

Tints of Blue Whale #193344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.22%

R = 17.36%
G = 35.42%
B = 47.22%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193344 (or 0x193344) is known color: Blue Whale. HEX triplet: 19, 33 and 44. RGB value is (25,51,68). Sum of RGB (Red+Green+Blue) = 25+51+68=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #193344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193344 is #E6CCBB. Grayscale: #2D2D2D. Windows color (decimal): -15125692 or 4469529. OLE color: 4469529.

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

Color convert

RGB 25 51 68 -
CMYK 0.63 0.25 0 0.73
HSL 203.72º 0.46% 0.18% -
HSV(B) 203.72º 0.63% 0.27% -
XYZ 2.63 2.99 5.91 -
YUV 45.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 25 51 68 0.63 0.25 0 0.73 203.72 0.46 0.18
Hex 19 33 44 3F 19 0 49 CC 2E 12
Octal 31 63 104 77 31 0 111 314 56 22
Binary 11001 110011 1000100 111111 11001 0 1001001 11001100 101110 10010

Color Harmonies of #193344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193344

Black with #193344

Text Example


Text Example

White with #193344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193344; }

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

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

background-color css

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

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

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

border-color css

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

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

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