Html Css Color HEX #154460 Astronaut Blue

📋 copy color: '#154460'

red 21 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #154460

Tints of Astronaut Blue #154460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 11.35%
G = 36.76%
B = 51.89%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154460 (or 0x154460) is known color: Astronaut Blue. HEX triplet: 15, 44 and 60. RGB value is (21,68,96). Sum of RGB (Red+Green+Blue) = 21+68+96=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #154460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154460 is #EABB9F. Grayscale: #383838. Windows color (decimal): -15383456 or 6308885. OLE color: 6308885.

HSL color Cylindrical-coordinate representation of color #154460: hue angle of 202.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154460 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 68 96 -
CMYK 0.78 0.29 0 0.62
HSL 202.4º 0.64% 0.23% -
HSV(B) 202.4º 0.78% 0.38% -
XYZ 4.49 5.14 11.82 -
YUV 57.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 21 68 96 0.78 0.29 0 0.62 202.4 0.64 0.23
Hex 15 44 60 4E 1D 0 3E CA 40 17
Octal 25 104 140 116 35 0 76 312 100 27
Binary 10101 1000100 1100000 1001110 11101 0 111110 11001010 1000000 10111

Color Harmonies of #154460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154460

Black with #154460

Text Example


Text Example

White with #154460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154460; }

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

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

background-color css

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

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

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

border-color css

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

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

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