Html Css Color HEX #155162 Astronaut Blue

📋 copy color: '#155162'

red 21 ◦ green 81 ◦ blue 98

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

Shades of Astronaut Blue #155162

Tints of Astronaut Blue #155162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 98 (38.67% from 255) = 49%

R = 10.5%
G = 40.5%
B = 49%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155162 (or 0x155162) is known color: Astronaut Blue. HEX triplet: 15, 51 and 62. RGB value is (21,81,98). Sum of RGB (Red+Green+Blue) = 21+81+98=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #155162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155162 is #EAAE9D. Grayscale: #404040. Windows color (decimal): -15380126 or 6443285. OLE color: 6443285.

HSL color Cylindrical-coordinate representation of color #155162: hue angle of 193.25º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155162 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 81 98 -
CMYK 0.79 0.17 0 0.62
HSL 193.25º 0.65% 0.23% -
HSV(B) 193.25º 0.79% 0.38% -
XYZ 5.46 6.93 12.6 -
YUV 65 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 21 81 98 0.79 0.17 0 0.62 193.25 0.65 0.23
Hex 15 51 62 4F 11 0 3E C1 41 17
Octal 25 121 142 117 21 0 76 301 101 27
Binary 10101 1010001 1100010 1001111 10001 0 111110 11000001 1000001 10111

Color Harmonies of #155162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155162

Black with #155162

Text Example


Text Example

White with #155162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155162; }

 p { color: rgb(21,81,98); }

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

background-color css

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

 a { background-color: rgb(21,81,98); }

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

border-color css

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

 span { border-color: rgb(21,81,98); }

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