Html Css Color HEX #16313F Blue Whale

📋 copy color: '#16313F'

red 22 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #16313F

Tints of Blue Whale #16313F

RGB

 RED value IS 22 (8.98% from 255) = 16.42%

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

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

R = 16.42%
G = 36.57%
B = 47.01%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#16313F (or 0x16313F) is known color: Blue Whale. HEX triplet: 16, 31 and 3F. RGB value is (22,49,63). Sum of RGB (Red+Green+Blue) = 22+49+63=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #16313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16313F is #E9CEC0. Grayscale: #2A2A2A. Windows color (decimal): -15322817 or 4141334. OLE color: 4141334.

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

Color convert

RGB 22 49 63 -
CMYK 0.65 0.22 0 0.75
HSL 200.49º 0.48% 0.17% -
HSV(B) 200.49º 0.65% 0.25% -
XYZ 2.33 2.73 5.11 -
YUV 42.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 22 49 63 0.65 0.22 0 0.75 200.49 0.48 0.17
Hex 16 31 3F 41 16 0 4B C8 30 11
Octal 26 61 77 101 26 0 113 310 60 21
Binary 10110 110001 111111 1000001 10110 0 1001011 11001000 110000 10001

Color Harmonies of #16313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16313F

Black with #16313F

Text Example


Text Example

White with #16313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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