Html Css Color HEX #15374A Blue Whale

📋 copy color: '#15374A'

red 21 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #15374A

Tints of Blue Whale #15374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 14%
G = 36.67%
B = 49.33%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15374A (or 0x15374A) is known color: Blue Whale. HEX triplet: 15, 37 and 4A. RGB value is (21,55,74). Sum of RGB (Red+Green+Blue) = 21+55+74=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #15374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15374A is #EAC8B5. Grayscale: #2E2E2E. Windows color (decimal): -15386806 or 4863765. OLE color: 4863765.

HSL color Cylindrical-coordinate representation of color #15374A: hue angle of 201.51º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15374A is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 55 74 -
CMYK 0.72 0.26 0 0.71
HSL 201.51º 0.56% 0.19% -
HSV(B) 201.51º 0.72% 0.29% -
XYZ 2.91 3.39 6.98 -
YUV 47 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 21 55 74 0.72 0.26 0 0.71 201.51 0.56 0.19
Hex 15 37 4A 48 1A 0 47 CA 38 13
Octal 25 67 112 110 32 0 107 312 70 23
Binary 10101 110111 1001010 1001000 11010 0 1000111 11001010 111000 10011

Color Harmonies of #15374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15374A

Black with #15374A

Text Example


Text Example

White with #15374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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