Html Css Color HEX #154866 Astronaut Blue

📋 copy color: '#154866'

red 21 ◦ green 72 ◦ blue 102

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

Shades of Astronaut Blue #154866

Tints of Astronaut Blue #154866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 10.77%
G = 36.92%
B = 52.31%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154866 (or 0x154866) is known color: Astronaut Blue. HEX triplet: 15, 48 and 66. RGB value is (21,72,102). Sum of RGB (Red+Green+Blue) = 21+72+102=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #154866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154866 is #EAB799. Grayscale: #3B3B3B. Windows color (decimal): -15382426 or 6703125. OLE color: 6703125.

HSL color Cylindrical-coordinate representation of color #154866: hue angle of 202.22º 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 #154866 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 72 102 -
CMYK 0.79 0.29 0 0.6
HSL 202.22º 0.66% 0.24% -
HSV(B) 202.22º 0.79% 0.4% -
XYZ 5.02 5.75 13.42 -
YUV 60.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 21 72 102 0.79 0.29 0 0.6 202.22 0.66 0.24
Hex 15 48 66 4F 1D 0 3C CA 42 18
Octal 25 110 146 117 35 0 74 312 102 30
Binary 10101 1001000 1100110 1001111 11101 0 111100 11001010 1000010 11000

Color Harmonies of #154866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154866

Black with #154866

Text Example


Text Example

White with #154866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154866; }

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

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

background-color css

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

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

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

border-color css

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

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

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