Html Css Color HEX #154A66 Astronaut Blue

📋 copy color: '#154A66'

red 21 ◦ green 74 ◦ blue 102

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

Shades of Astronaut Blue #154A66

Tints of Astronaut Blue #154A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 10.66%
G = 37.56%
B = 51.78%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154A66 (or 0x154A66) is known color: Astronaut Blue. HEX triplet: 15, 4A and 66. RGB value is (21,74,102). Sum of RGB (Red+Green+Blue) = 21+74+102=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #154A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A66 is #EAB599. Grayscale: #3D3D3D. Windows color (decimal): -15381914 or 6703637. OLE color: 6703637.

HSL color Cylindrical-coordinate representation of color #154A66: hue angle of 200.74º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154A66 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 74 102 -
CMYK 0.79 0.27 0 0.6
HSL 200.74º 0.66% 0.24% -
HSV(B) 200.74º 0.79% 0.4% -
XYZ 5.16 6.02 13.46 -
YUV 61.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 21 74 102 0.79 0.27 0 0.6 200.74 0.66 0.24
Hex 15 4A 66 4F 1B 0 3C C9 42 18
Octal 25 112 146 117 33 0 74 311 102 30
Binary 10101 1001010 1100110 1001111 11011 0 111100 11001001 1000010 11000

Color Harmonies of #154A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A66

Black with #154A66

Text Example


Text Example

White with #154A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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