Html Css Color HEX #193343 Blue Whale

📋 copy color: '#193343'

red 25 ◦ green 51 ◦ blue 67

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

Shades of Blue Whale #193343

Tints of Blue Whale #193343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 46.85%

R = 17.48%
G = 35.66%
B = 46.85%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193343 (or 0x193343) is known color: Blue Whale. HEX triplet: 19, 33 and 43. RGB value is (25,51,67). Sum of RGB (Red+Green+Blue) = 25+51+67=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #193343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193343 is #E6CCBC. Grayscale: #2C2C2C. Windows color (decimal): -15125693 or 4403993. OLE color: 4403993.

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

Color convert

RGB 25 51 67 -
CMYK 0.63 0.24 0 0.74
HSL 202.86º 0.46% 0.18% -
HSV(B) 202.86º 0.63% 0.26% -
XYZ 2.6 2.98 5.75 -
YUV 45.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 25 51 67 0.63 0.24 0 0.74 202.86 0.46 0.18
Hex 19 33 43 3F 18 0 4A CB 2E 12
Octal 31 63 103 77 30 0 112 313 56 22
Binary 11001 110011 1000011 111111 11000 0 1001010 11001011 101110 10010

Color Harmonies of #193343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193343

Black with #193343

Text Example


Text Example

White with #193343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193343; }

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

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

background-color css

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

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

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

border-color css

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

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

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