Html Css Color HEX #154568 Astronaut Blue

📋 copy color: '#154568'

red 21 ◦ green 69 ◦ blue 104

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

Shades of Astronaut Blue #154568

Tints of Astronaut Blue #154568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

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

R = 10.82%
G = 35.57%
B = 53.61%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154568 (or 0x154568) is known color: Astronaut Blue. HEX triplet: 15, 45 and 68. RGB value is (21,69,104). Sum of RGB (Red+Green+Blue) = 21+69+104=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #154568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154568 is #EABA97. Grayscale: #3A3A3A. Windows color (decimal): -15383192 or 6833429. OLE color: 6833429.

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

Color convert

RGB 21 69 104 -
CMYK 0.80 0.34 0 0.59
HSL 205.3º 0.66% 0.25% -
HSV(B) 205.3º 0.8% 0.41% -
XYZ 4.94 5.42 13.88 -
YUV 58.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 21 69 104 0.80 0.34 0 0.59 205.3 0.66 0.25
Hex 15 45 68 50 22 0 3B CD 42 19
Octal 25 105 150 120 42 0 73 315 102 31
Binary 10101 1000101 1101000 1010000 100010 0 111011 11001101 1000010 11001

Color Harmonies of #154568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154568

Black with #154568

Text Example


Text Example

White with #154568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154568; }

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

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

background-color css

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

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

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

border-color css

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

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

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