Html Css Color HEX #15303C Blue Whale

📋 copy color: '#15303C'

red 21 ◦ green 48 ◦ blue 60

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

Shades of Blue Whale #15303C

Tints of Blue Whale #15303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 16.28%
G = 37.21%
B = 46.51%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15303C (or 0x15303C) is known color: Blue Whale. HEX triplet: 15, 30 and 3C. RGB value is (21,48,60). Sum of RGB (Red+Green+Blue) = 21+48+60=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #15303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303C is #EACFC3. Grayscale: #292929. Windows color (decimal): -15388612 or 3944469. OLE color: 3944469.

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

Color convert

RGB 21 48 60 -
CMYK 0.65 0.20 0 0.76
HSL 198.46º 0.48% 0.16% -
HSV(B) 198.46º 0.65% 0.24% -
XYZ 2.18 2.6 4.66 -
YUV 41.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 21 48 60 0.65 0.20 0 0.76 198.46 0.48 0.16
Hex 15 30 3C 41 14 0 4C C6 30 10
Octal 25 60 74 101 24 0 114 306 60 20
Binary 10101 110000 111100 1000001 10100 0 1001100 11000110 110000 10000

Color Harmonies of #15303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15303C

Black with #15303C

Text Example


Text Example

White with #15303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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