Html Css Color HEX #154868 Astronaut Blue

📋 copy color: '#154868'

red 21 ◦ green 72 ◦ blue 104

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

Shades of Astronaut Blue #154868

Tints of Astronaut Blue #154868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 10.66%
G = 36.55%
B = 52.79%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154868 (or 0x154868) is known color: Astronaut Blue. HEX triplet: 15, 48 and 68. RGB value is (21,72,104). Sum of RGB (Red+Green+Blue) = 21+72+104=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #154868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154868 is #EAB797. Grayscale: #3C3C3C. Windows color (decimal): -15382424 or 6834197. OLE color: 6834197.

HSL color Cylindrical-coordinate representation of color #154868: hue angle of 203.13º degrees, saturation: 0.66, 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 #154868 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 72 104 -
CMYK 0.80 0.31 0 0.59
HSL 203.13º 0.66% 0.25% -
HSV(B) 203.13º 0.8% 0.41% -
XYZ 5.13 5.79 13.94 -
YUV 60.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 21 72 104 0.80 0.31 0 0.59 203.13 0.66 0.25
Hex 15 48 68 50 1F 0 3B CB 42 19
Octal 25 110 150 120 37 0 73 313 102 31
Binary 10101 1001000 1101000 1010000 11111 0 111011 11001011 1000010 11001

Color Harmonies of #154868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154868

Black with #154868

Text Example


Text Example

White with #154868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154868; }

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

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

background-color css

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

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

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

border-color css

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

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

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