Html Css Color HEX #153039 Blue Whale

📋 copy color: '#153039'

red 21 ◦ green 48 ◦ blue 57

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

Shades of Blue Whale #153039

Tints of Blue Whale #153039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 57 (22.66% from 255) = 45.24%

R = 16.67%
G = 38.1%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153039 (or 0x153039) is known color: Blue Whale. HEX triplet: 15, 30 and 39. RGB value is (21,48,57). Sum of RGB (Red+Green+Blue) = 21+48+57=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #153039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153039 is #EACFC6. Grayscale: #282828. Windows color (decimal): -15388615 or 3747861. OLE color: 3747861.

HSL color Cylindrical-coordinate representation of color #153039: hue angle of 195º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153039 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 48 57 -
CMYK 0.63 0.16 0 0.78
HSL 195º 0.46% 0.15% -
HSV(B) 195º 0.63% 0.22% -
XYZ 2.1 2.57 4.26 -
YUV 40.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 21 48 57 0.63 0.16 0 0.78 195 0.46 0.15
Hex 15 30 39 3F 10 0 4E C3 2E F
Octal 25 60 71 77 20 0 116 303 56 17
Binary 10101 110000 111001 111111 10000 0 1001110 11000011 101110 1111

Color Harmonies of #153039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153039

Black with #153039

Text Example


Text Example

White with #153039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153039; }

 p { color: rgb(21,48,57); }

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

background-color css

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

 a { background-color: rgb(21,48,57); }

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

border-color css

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

 span { border-color: rgb(21,48,57); }

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