Html Css Color HEX #155063 Astronaut Blue

📋 copy color: '#155063'

red 21 ◦ green 80 ◦ blue 99

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

Shades of Astronaut Blue #155063

Tints of Astronaut Blue #155063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

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

R = 10.5%
G = 40%
B = 49.5%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#155063 (or 0x155063) is known color: Astronaut Blue. HEX triplet: 15, 50 and 63. RGB value is (21,80,99). Sum of RGB (Red+Green+Blue) = 21+80+99=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #155063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155063 is #EAAF9C. Grayscale: #404040. Windows color (decimal): -15380381 or 6508565. OLE color: 6508565.

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

Color convert

RGB 21 80 99 -
CMYK 0.79 0.19 0 0.61
HSL 194.62º 0.65% 0.24% -
HSV(B) 194.62º 0.79% 0.39% -
XYZ 5.43 6.8 12.83 -
YUV 64.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 21 80 99 0.79 0.19 0 0.61 194.62 0.65 0.24
Hex 15 50 63 4F 13 0 3D C3 41 18
Octal 25 120 143 117 23 0 75 303 101 30
Binary 10101 1010000 1100011 1001111 10011 0 111101 11000011 1000001 11000

Color Harmonies of #155063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155063

Black with #155063

Text Example


Text Example

White with #155063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155063; }

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

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

background-color css

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

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

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

border-color css

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

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

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