Html Css Color HEX #15333D Blue Whale

📋 copy color: '#15333D'

red 21 ◦ green 51 ◦ blue 61

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

Shades of Blue Whale #15333D

Tints of Blue Whale #15333D

RGB

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

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

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

R = 15.79%
G = 38.35%
B = 45.86%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15333D (or 0x15333D) is known color: Blue Whale. HEX triplet: 15, 33 and 3D. RGB value is (21,51,61). Sum of RGB (Red+Green+Blue) = 21+51+61=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #15333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15333D is #EACCC2. Grayscale: #2B2B2B. Windows color (decimal): -15387843 or 4010773. OLE color: 4010773.

HSL color Cylindrical-coordinate representation of color #15333D: hue angle of 195º 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 #15333D is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 51 61 -
CMYK 0.66 0.16 0 0.76
HSL 195º 0.49% 0.16% -
HSV(B) 195º 0.66% 0.24% -
XYZ 2.34 2.86 4.84 -
YUV 43.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 21 51 61 0.66 0.16 0 0.76 195 0.49 0.16
Hex 15 33 3D 42 10 0 4C C3 31 10
Octal 25 63 75 102 20 0 114 303 61 20
Binary 10101 110011 111101 1000010 10000 0 1001100 11000011 110001 10000

Color Harmonies of #15333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15333D

Black with #15333D

Text Example


Text Example

White with #15333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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