Html Css Color HEX #153742 Blue Whale

📋 copy color: '#153742'

red 21 ◦ green 55 ◦ blue 66

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

Shades of Blue Whale #153742

Tints of Blue Whale #153742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

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

R = 14.79%
G = 38.73%
B = 46.48%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153742 (or 0x153742) is known color: Blue Whale. HEX triplet: 15, 37 and 42. RGB value is (21,55,66). Sum of RGB (Red+Green+Blue) = 21+55+66=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #153742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153742 is #EAC8BD. Grayscale: #2E2E2E. Windows color (decimal): -15386814 or 4339477. OLE color: 4339477.

HSL color Cylindrical-coordinate representation of color #153742: hue angle of 194.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 #153742 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 55 66 -
CMYK 0.68 0.17 0 0.74
HSL 194.67º 0.52% 0.17% -
HSV(B) 194.67º 0.68% 0.26% -
XYZ 2.66 3.29 5.65 -
YUV 46.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 21 55 66 0.68 0.17 0 0.74 194.67 0.52 0.17
Hex 15 37 42 44 11 0 4A C3 34 11
Octal 25 67 102 104 21 0 112 303 64 21
Binary 10101 110111 1000010 1000100 10001 0 1001010 11000011 110100 10001

Color Harmonies of #153742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153742

Black with #153742

Text Example


Text Example

White with #153742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153742; }

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

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

background-color css

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

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

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

border-color css

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

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

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