Html Css Color HEX #153844 Blue Whale

📋 copy color: '#153844'

red 21 ◦ green 56 ◦ blue 68

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

Shades of Blue Whale #153844

Tints of Blue Whale #153844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 14.48%
G = 38.62%
B = 46.9%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153844 (or 0x153844) is known color: Blue Whale. HEX triplet: 15, 38 and 44. RGB value is (21,56,68). Sum of RGB (Red+Green+Blue) = 21+56+68=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #153844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153844 is #EAC7BB. Grayscale: #2E2E2E. Windows color (decimal): -15386556 or 4470805. OLE color: 4470805.

HSL color Cylindrical-coordinate representation of color #153844: hue angle of 195.32º 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 #153844 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 56 68 -
CMYK 0.69 0.18 0 0.73
HSL 195.32º 0.53% 0.17% -
HSV(B) 195.32º 0.69% 0.27% -
XYZ 2.77 3.41 5.98 -
YUV 46.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 21 56 68 0.69 0.18 0 0.73 195.32 0.53 0.17
Hex 15 38 44 45 12 0 49 C3 35 11
Octal 25 70 104 105 22 0 111 303 65 21
Binary 10101 111000 1000100 1000101 10010 0 1001001 11000011 110101 10001

Color Harmonies of #153844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153844

Black with #153844

Text Example


Text Example

White with #153844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153844; }

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

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

background-color css

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

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

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

border-color css

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

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

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