Html Css Color HEX #153344 Blue Whale

📋 copy color: '#153344'

red 21 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #153344

Tints of Blue Whale #153344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 15%
G = 36.43%
B = 48.57%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153344 (or 0x153344) is known color: Blue Whale. HEX triplet: 15, 33 and 44. RGB value is (21,51,68). Sum of RGB (Red+Green+Blue) = 21+51+68=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #153344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153344 is #EACCBB. Grayscale: #2B2B2B. Windows color (decimal): -15387836 or 4469525. OLE color: 4469525.

HSL color Cylindrical-coordinate representation of color #153344: hue angle of 201.7º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153344 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 51 68 -
CMYK 0.69 0.25 0 0.73
HSL 201.7º 0.53% 0.17% -
HSV(B) 201.7º 0.69% 0.27% -
XYZ 2.54 2.94 5.9 -
YUV 43.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 21 51 68 0.69 0.25 0 0.73 201.7 0.53 0.17
Hex 15 33 44 45 19 0 49 CA 35 11
Octal 25 63 104 105 31 0 111 312 65 21
Binary 10101 110011 1000100 1000101 11001 0 1001001 11001010 110101 10001

Color Harmonies of #153344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153344

Black with #153344

Text Example


Text Example

White with #153344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153344; }

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

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

background-color css

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

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

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

border-color css

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

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

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