Html Css Color HEX #15364B Blue Whale

📋 copy color: '#15364B'

red 21 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #15364B

Tints of Blue Whale #15364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36%

 BLUE value IS 75 (29.69% from 255) = 50%

R = 14%
G = 36%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15364B (or 0x15364B) is known color: Blue Whale. HEX triplet: 15, 36 and 4B. RGB value is (21,54,75). Sum of RGB (Red+Green+Blue) = 21+54+75=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #15364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15364B is #EAC9B4. Grayscale: #2E2E2E. Windows color (decimal): -15387061 or 4929045. OLE color: 4929045.

HSL color Cylindrical-coordinate representation of color #15364B: hue angle of 203.33º 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 #15364B is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 54 75 -
CMYK 0.72 0.28 0 0.71
HSL 203.33º 0.56% 0.19% -
HSV(B) 203.33º 0.72% 0.29% -
XYZ 2.9 3.31 7.14 -
YUV 46.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 21 54 75 0.72 0.28 0 0.71 203.33 0.56 0.19
Hex 15 36 4B 48 1C 0 47 CB 38 13
Octal 25 66 113 110 34 0 107 313 70 23
Binary 10101 110110 1001011 1001000 11100 0 1000111 11001011 111000 10011

Color Harmonies of #15364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15364B

Black with #15364B

Text Example


Text Example

White with #15364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15364B; }

 p { color: rgb(21,54,75); }

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

background-color css

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

 a { background-color: rgb(21,54,75); }

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

border-color css

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

 span { border-color: rgb(21,54,75); }

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