Html Css Color HEX #154463 Astronaut Blue

📋 copy color: '#154463'

red 21 ◦ green 68 ◦ blue 99

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

Shades of Astronaut Blue #154463

Tints of Astronaut Blue #154463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 11.17%
G = 36.17%
B = 52.66%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#154463 (or 0x154463) is known color: Astronaut Blue. HEX triplet: 15, 44 and 63. RGB value is (21,68,99). Sum of RGB (Red+Green+Blue) = 21+68+99=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #154463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154463 is #EABB9C. Grayscale: #393939. Windows color (decimal): -15383453 or 6505493. OLE color: 6505493.

HSL color Cylindrical-coordinate representation of color #154463: hue angle of 203.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154463 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 68 99 -
CMYK 0.79 0.31 0 0.61
HSL 203.85º 0.65% 0.24% -
HSV(B) 203.85º 0.79% 0.39% -
XYZ 4.63 5.19 12.56 -
YUV 57.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 21 68 99 0.79 0.31 0 0.61 203.85 0.65 0.24
Hex 15 44 63 4F 1F 0 3D CC 41 18
Octal 25 104 143 117 37 0 75 314 101 30
Binary 10101 1000100 1100011 1001111 11111 0 111101 11001100 1000001 11000

Color Harmonies of #154463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154463

Black with #154463

Text Example


Text Example

White with #154463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154463; }

 p { color: rgb(21,68,99); }

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

background-color css

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

 a { background-color: rgb(21,68,99); }

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

border-color css

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

 span { border-color: rgb(21,68,99); }

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