Html Css Color HEX #15303A Blue Whale

📋 copy color: '#15303A'

red 21 ◦ green 48 ◦ blue 58

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

Shades of Blue Whale #15303A

Tints of Blue Whale #15303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.67%

R = 16.54%
G = 37.8%
B = 45.67%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15303A (or 0x15303A) is known color: Blue Whale. HEX triplet: 15, 30 and 3A. RGB value is (21,48,58). Sum of RGB (Red+Green+Blue) = 21+48+58=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #15303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303A is #EACFC5. Grayscale: #292929. Windows color (decimal): -15388614 or 3813397. OLE color: 3813397.

HSL color Cylindrical-coordinate representation of color #15303A: hue angle of 196.22º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15303A is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 48 58 -
CMYK 0.64 0.17 0 0.77
HSL 196.22º 0.47% 0.15% -
HSV(B) 196.22º 0.64% 0.23% -
XYZ 2.13 2.58 4.39 -
YUV 41.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 21 48 58 0.64 0.17 0 0.77 196.22 0.47 0.15
Hex 15 30 3A 40 11 0 4D C4 2F F
Octal 25 60 72 100 21 0 115 304 57 17
Binary 10101 110000 111010 1000000 10001 0 1001101 11000100 101111 1111

Color Harmonies of #15303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15303A

Black with #15303A

Text Example


Text Example

White with #15303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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