Html Css Color HEX #15303D Blue Whale

📋 copy color: '#15303D'

red 21 ◦ green 48 ◦ blue 61

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

Shades of Blue Whale #15303D

Tints of Blue Whale #15303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 16.15%
G = 36.92%
B = 46.92%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15303D (or 0x15303D) is known color: Blue Whale. HEX triplet: 15, 30 and 3D. RGB value is (21,48,61). Sum of RGB (Red+Green+Blue) = 21+48+61=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #15303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303D is #EACFC2. Grayscale: #292929. Windows color (decimal): -15388611 or 4010005. OLE color: 4010005.

HSL color Cylindrical-coordinate representation of color #15303D: hue angle of 199.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15303D is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 48 61 -
CMYK 0.66 0.21 0 0.76
HSL 199.5º 0.49% 0.16% -
HSV(B) 199.5º 0.66% 0.24% -
XYZ 2.21 2.61 4.8 -
YUV 41.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 21 48 61 0.66 0.21 0 0.76 199.5 0.49 0.16
Hex 15 30 3D 42 15 0 4C C8 31 10
Octal 25 60 75 102 25 0 114 310 61 20
Binary 10101 110000 111101 1000010 10101 0 1001100 11001000 110001 10000

Color Harmonies of #15303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15303D

Black with #15303D

Text Example


Text Example

White with #15303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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