Html Css Color HEX #15303F Blue Whale

📋 copy color: '#15303F'

red 21 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #15303F

Tints of Blue Whale #15303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.73%

R = 15.91%
G = 36.36%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15303F (or 0x15303F) is known color: Blue Whale. HEX triplet: 15, 30 and 3F. RGB value is (21,48,63). Sum of RGB (Red+Green+Blue) = 21+48+63=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #15303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303F is #EACFC0. Grayscale: #292929. Windows color (decimal): -15388609 or 4141077. OLE color: 4141077.

HSL color Cylindrical-coordinate representation of color #15303F: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15303F is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 48 63 -
CMYK 0.67 0.24 0 0.75
HSL 201.43º 0.5% 0.16% -
HSV(B) 201.43º 0.67% 0.25% -
XYZ 2.26 2.63 5.09 -
YUV 41.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 21 48 63 0.67 0.24 0 0.75 201.43 0.5 0.16
Hex 15 30 3F 43 18 0 4B C9 32 10
Octal 25 60 77 103 30 0 113 311 62 20
Binary 10101 110000 111111 1000011 11000 0 1001011 11001001 110010 10000

Color Harmonies of #15303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15303F

Black with #15303F

Text Example


Text Example

White with #15303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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