Html Css Color HEX #15333F Blue Whale

📋 copy color: '#15333F'

red 21 ◦ green 51 ◦ blue 63

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

Shades of Blue Whale #15333F

Tints of Blue Whale #15333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.78%

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

R = 15.56%
G = 37.78%
B = 46.67%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15333F (or 0x15333F) is known color: Blue Whale. HEX triplet: 15, 33 and 3F. RGB value is (21,51,63). Sum of RGB (Red+Green+Blue) = 21+51+63=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #15333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15333F is #EACCC0. Grayscale: #2B2B2B. Windows color (decimal): -15387841 or 4141845. OLE color: 4141845.

HSL color Cylindrical-coordinate representation of color #15333F: hue angle of 197.14º 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 #15333F is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 51 63 -
CMYK 0.67 0.19 0 0.75
HSL 197.14º 0.5% 0.16% -
HSV(B) 197.14º 0.67% 0.25% -
XYZ 2.39 2.89 5.13 -
YUV 43.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 21 51 63 0.67 0.19 0 0.75 197.14 0.5 0.16
Hex 15 33 3F 43 13 0 4B C5 32 10
Octal 25 63 77 103 23 0 113 305 62 20
Binary 10101 110011 111111 1000011 10011 0 1001011 11000101 110010 10000

Color Harmonies of #15333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15333F

Black with #15333F

Text Example


Text Example

White with #15333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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