Html Css Color HEX #153142 Blue Whale

📋 copy color: '#153142'

red 21 ◦ green 49 ◦ blue 66

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

Shades of Blue Whale #153142

Tints of Blue Whale #153142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 15.44%
G = 36.03%
B = 48.53%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153142 (or 0x153142) is known color: Blue Whale. HEX triplet: 15, 31 and 42. RGB value is (21,49,66). Sum of RGB (Red+Green+Blue) = 21+49+66=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #153142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153142 is #EACEBD. Grayscale: #2A2A2A. Windows color (decimal): -15388350 or 4337941. OLE color: 4337941.

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

Color convert

RGB 21 49 66 -
CMYK 0.68 0.26 0 0.74
HSL 202.67º 0.52% 0.17% -
HSV(B) 202.67º 0.68% 0.26% -
XYZ 2.39 2.75 5.56 -
YUV 42.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 21 49 66 0.68 0.26 0 0.74 202.67 0.52 0.17
Hex 15 31 42 44 1A 0 4A CB 34 11
Octal 25 61 102 104 32 0 112 313 64 21
Binary 10101 110001 1000010 1000100 11010 0 1001010 11001011 110100 10001

Color Harmonies of #153142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153142

Black with #153142

Text Example


Text Example

White with #153142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153142; }

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

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

background-color css

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

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

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

border-color css

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

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

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