Html Css Color HEX #154668 Astronaut Blue

📋 copy color: '#154668'

red 21 ◦ green 70 ◦ blue 104

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

Shades of Astronaut Blue #154668

Tints of Astronaut Blue #154668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

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

R = 10.77%
G = 35.9%
B = 53.33%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154668 (or 0x154668) is known color: Astronaut Blue. HEX triplet: 15, 46 and 68. RGB value is (21,70,104). Sum of RGB (Red+Green+Blue) = 21+70+104=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #154668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154668 is #EAB997. Grayscale: #3B3B3B. Windows color (decimal): -15382936 or 6833685. OLE color: 6833685.

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

Color convert

RGB 21 70 104 -
CMYK 0.80 0.33 0 0.59
HSL 204.58º 0.66% 0.25% -
HSV(B) 204.58º 0.8% 0.41% -
XYZ 5 5.54 13.9 -
YUV 59.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 21 70 104 0.80 0.33 0 0.59 204.58 0.66 0.25
Hex 15 46 68 50 21 0 3B CD 42 19
Octal 25 106 150 120 41 0 73 315 102 31
Binary 10101 1000110 1101000 1010000 100001 0 111011 11001101 1000010 11001

Color Harmonies of #154668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154668

Black with #154668

Text Example


Text Example

White with #154668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154668; }

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

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

background-color css

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

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

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

border-color css

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

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

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