Html Css Color HEX #154562 Astronaut Blue

📋 copy color: '#154562'

red 21 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #154562

Tints of Astronaut Blue #154562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 11.17%
G = 36.7%
B = 52.13%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154562 (or 0x154562) is known color: Astronaut Blue. HEX triplet: 15, 45 and 62. RGB value is (21,69,98). Sum of RGB (Red+Green+Blue) = 21+69+98=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #154562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154562 is #EABA9D. Grayscale: #393939. Windows color (decimal): -15383198 or 6440213. OLE color: 6440213.

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

Color convert

RGB 21 69 98 -
CMYK 0.79 0.30 0 0.62
HSL 202.6º 0.65% 0.23% -
HSV(B) 202.6º 0.79% 0.38% -
XYZ 4.64 5.3 12.33 -
YUV 57.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 21 69 98 0.79 0.30 0 0.62 202.6 0.65 0.23
Hex 15 45 62 4F 1E 0 3E CB 41 17
Octal 25 105 142 117 36 0 76 313 101 27
Binary 10101 1000101 1100010 1001111 11110 0 111110 11001011 1000001 10111

Color Harmonies of #154562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154562

Black with #154562

Text Example


Text Example

White with #154562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154562; }

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

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

background-color css

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

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

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

border-color css

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

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

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