Html Css Color HEX #153143 Blue Whale

📋 copy color: '#153143'

red 21 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #153143

Tints of Blue Whale #153143

RGB

 RED value IS 21 (8.59% from 255) = 15.33%

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

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

R = 15.33%
G = 35.77%
B = 48.91%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153143 (or 0x153143) is known color: Blue Whale. HEX triplet: 15, 31 and 43. RGB value is (21,49,67). Sum of RGB (Red+Green+Blue) = 21+49+67=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #153143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153143 is #EACEBC. Grayscale: #2A2A2A. Windows color (decimal): -15388349 or 4403477. OLE color: 4403477.

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

Color convert

RGB 21 49 67 -
CMYK 0.69 0.27 0 0.74
HSL 203.48º 0.52% 0.17% -
HSV(B) 203.48º 0.69% 0.26% -
XYZ 2.42 2.76 5.72 -
YUV 42.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 21 49 67 0.69 0.27 0 0.74 203.48 0.52 0.17
Hex 15 31 43 45 1B 0 4A CB 34 11
Octal 25 61 103 105 33 0 112 313 64 21
Binary 10101 110001 1000011 1000101 11011 0 1001010 11001011 110100 10001

Color Harmonies of #153143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153143

Black with #153143

Text Example


Text Example

White with #153143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153143; }

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

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

background-color css

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

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

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

border-color css

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

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

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