Html Css Color HEX #163143 Blue Whale

📋 copy color: '#163143'

red 22 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #163143

Tints of Blue Whale #163143

RGB

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

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

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

R = 15.94%
G = 35.51%
B = 48.55%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163143 (or 0x163143) is known color: Blue Whale. HEX triplet: 16, 31 and 43. RGB value is (22,49,67). Sum of RGB (Red+Green+Blue) = 22+49+67=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #163143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163143 is #E9CEBC. Grayscale: #2A2A2A. Windows color (decimal): -15322813 or 4403478. OLE color: 4403478.

HSL color Cylindrical-coordinate representation of color #163143: hue angle of 204º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163143 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 22 49 67 -
CMYK 0.67 0.27 0 0.74
HSL 204º 0.51% 0.17% -
HSV(B) 204º 0.67% 0.26% -
XYZ 2.44 2.77 5.72 -
YUV 42.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 22 49 67 0.67 0.27 0 0.74 204 0.51 0.17
Hex 16 31 43 43 1B 0 4A CC 33 11
Octal 26 61 103 103 33 0 112 314 63 21
Binary 10110 110001 1000011 1000011 11011 0 1001010 11001100 110011 10001

Color Harmonies of #163143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163143

Black with #163143

Text Example


Text Example

White with #163143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163143; }

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

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

background-color css

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

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

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

border-color css

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

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

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