Html Css Color HEX #154A69 Astronaut Blue

📋 copy color: '#154A69'

red 21 ◦ green 74 ◦ blue 105

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

Shades of Astronaut Blue #154A69

Tints of Astronaut Blue #154A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 10.5%
G = 37%
B = 52.5%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154A69 (or 0x154A69) is known color: Astronaut Blue. HEX triplet: 15, 4A and 69. RGB value is (21,74,105). Sum of RGB (Red+Green+Blue) = 21+74+105=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #154A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A69 is #EAB596. Grayscale: #3D3D3D. Windows color (decimal): -15381911 or 6900245. OLE color: 6900245.

HSL color Cylindrical-coordinate representation of color #154A69: hue angle of 202.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154A69 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 74 105 -
CMYK 0.80 0.30 0 0.59
HSL 202.14º 0.67% 0.25% -
HSV(B) 202.14º 0.8% 0.41% -
XYZ 5.31 6.08 14.26 -
YUV 61.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 21 74 105 0.80 0.30 0 0.59 202.14 0.67 0.25
Hex 15 4A 69 50 1E 0 3B CA 43 19
Octal 25 112 151 120 36 0 73 312 103 31
Binary 10101 1001010 1101001 1010000 11110 0 111011 11001010 1000011 11001

Color Harmonies of #154A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A69

Black with #154A69

Text Example


Text Example

White with #154A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A69; }

 p { color: rgb(21,74,105); }

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

background-color css

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

 a { background-color: rgb(21,74,105); }

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

border-color css

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

 span { border-color: rgb(21,74,105); }

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