Html Css Color HEX #19313F Blue Whale

📋 copy color: '#19313F'

red 25 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #19313F

Tints of Blue Whale #19313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 63 (25% from 255) = 45.99%

R = 18.25%
G = 35.77%
B = 45.99%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#19313F (or 0x19313F) is known color: Blue Whale. HEX triplet: 19, 31 and 3F. RGB value is (25,49,63). Sum of RGB (Red+Green+Blue) = 25+49+63=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #19313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19313F is #E6CEC0. Grayscale: #2B2B2B. Windows color (decimal): -15126209 or 4141337. OLE color: 4141337.

HSL color Cylindrical-coordinate representation of color #19313F: hue angle of 202.11º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19313F is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 49 63 -
CMYK 0.60 0.22 0 0.75
HSL 202.11º 0.43% 0.17% -
HSV(B) 202.11º 0.6% 0.25% -
XYZ 2.4 2.76 5.11 -
YUV 43.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 25 49 63 0.60 0.22 0 0.75 202.11 0.43 0.17
Hex 19 31 3F 3C 16 0 4B CA 2B 11
Octal 31 61 77 74 26 0 113 312 53 21
Binary 11001 110001 111111 111100 10110 0 1001011 11001010 101011 10001

Color Harmonies of #19313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19313F

Black with #19313F

Text Example


Text Example

White with #19313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19313F; }

 p { color: rgb(25,49,63); }

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

background-color css

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

 a { background-color: rgb(25,49,63); }

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

border-color css

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

 span { border-color: rgb(25,49,63); }

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