Html Css Color HEX #155062 Astronaut Blue

📋 copy color: '#155062'

red 21 ◦ green 80 ◦ blue 98

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

Shades of Astronaut Blue #155062

Tints of Astronaut Blue #155062

RGB

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

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

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

R = 10.55%
G = 40.2%
B = 49.25%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155062 (or 0x155062) is known color: Astronaut Blue. HEX triplet: 15, 50 and 62. RGB value is (21,80,98). Sum of RGB (Red+Green+Blue) = 21+80+98=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #155062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155062 is #EAAF9D. Grayscale: #404040. Windows color (decimal): -15380382 or 6443029. OLE color: 6443029.

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

Color convert

RGB 21 80 98 -
CMYK 0.79 0.18 0 0.62
HSL 194.03º 0.65% 0.23% -
HSV(B) 194.03º 0.79% 0.38% -
XYZ 5.38 6.78 12.58 -
YUV 64.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 21 80 98 0.79 0.18 0 0.62 194.03 0.65 0.23
Hex 15 50 62 4F 12 0 3E C2 41 17
Octal 25 120 142 117 22 0 76 302 101 27
Binary 10101 1010000 1100010 1001111 10010 0 111110 11000010 1000001 10111

Color Harmonies of #155062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155062

Black with #155062

Text Example


Text Example

White with #155062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155062; }

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

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

background-color css

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

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

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

border-color css

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

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

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