Html Css Color HEX #153243 Blue Whale

📋 copy color: '#153243'

red 21 ◦ green 50 ◦ blue 67

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

Shades of Blue Whale #153243

Tints of Blue Whale #153243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 15.22%
G = 36.23%
B = 48.55%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153243 (or 0x153243) is known color: Blue Whale. HEX triplet: 15, 32 and 43. RGB value is (21,50,67). Sum of RGB (Red+Green+Blue) = 21+50+67=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 50 (19.92% from 255 or 36.23% 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 #153243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153243 is #EACDBC. Grayscale: #2B2B2B. Windows color (decimal): -15388093 or 4403733. OLE color: 4403733.

HSL color Cylindrical-coordinate representation of color #153243: hue angle of 202.17º 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 #153243 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 50 67 -
CMYK 0.69 0.25 0 0.74
HSL 202.17º 0.52% 0.17% -
HSV(B) 202.17º 0.69% 0.26% -
XYZ 2.46 2.85 5.73 -
YUV 43.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 21 50 67 0.69 0.25 0 0.74 202.17 0.52 0.17
Hex 15 32 43 45 19 0 4A CA 34 11
Octal 25 62 103 105 31 0 112 312 64 21
Binary 10101 110010 1000011 1000101 11001 0 1001010 11001010 110100 10001

Color Harmonies of #153243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153243

Black with #153243

Text Example


Text Example

White with #153243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153243; }

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

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

background-color css

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

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

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

border-color css

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

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

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