Html Css Color HEX #153345 Blue Whale

📋 copy color: '#153345'

red 21 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #153345

Tints of Blue Whale #153345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 14.89%
G = 36.17%
B = 48.94%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153345 (or 0x153345) is known color: Blue Whale. HEX triplet: 15, 33 and 45. RGB value is (21,51,69). Sum of RGB (Red+Green+Blue) = 21+51+69=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #153345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153345 is #EACCBA. Grayscale: #2B2B2B. Windows color (decimal): -15387835 or 4535061. OLE color: 4535061.

HSL color Cylindrical-coordinate representation of color #153345: hue angle of 202.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153345 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 51 69 -
CMYK 0.70 0.26 0 0.73
HSL 202.5º 0.53% 0.18% -
HSV(B) 202.5º 0.7% 0.27% -
XYZ 2.57 2.96 6.07 -
YUV 44.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 21 51 69 0.70 0.26 0 0.73 202.5 0.53 0.18
Hex 15 33 45 46 1A 0 49 CA 35 12
Octal 25 63 105 106 32 0 111 312 65 22
Binary 10101 110011 1000101 1000110 11010 0 1001001 11001010 110101 10010

Color Harmonies of #153345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153345

Black with #153345

Text Example


Text Example

White with #153345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153345; }

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

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

background-color css

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

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

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

border-color css

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

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

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