Html Css Color HEX #155066 Astronaut Blue

📋 copy color: '#155066'

red 21 ◦ green 80 ◦ blue 102

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

Shades of Astronaut Blue #155066

Tints of Astronaut Blue #155066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 10.34%
G = 39.41%
B = 50.25%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#155066 (or 0x155066) is known color: Astronaut Blue. HEX triplet: 15, 50 and 66. RGB value is (21,80,102). Sum of RGB (Red+Green+Blue) = 21+80+102=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #155066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155066 is #EAAF99. Grayscale: #404040. Windows color (decimal): -15380378 or 6705173. OLE color: 6705173.

HSL color Cylindrical-coordinate representation of color #155066: hue angle of 196.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155066 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 80 102 -
CMYK 0.79 0.22 0 0.6
HSL 196.3º 0.66% 0.24% -
HSV(B) 196.3º 0.79% 0.4% -
XYZ 5.58 6.86 13.6 -
YUV 64.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 21 80 102 0.79 0.22 0 0.6 196.3 0.66 0.24
Hex 15 50 66 4F 16 0 3C C4 42 18
Octal 25 120 146 117 26 0 74 304 102 30
Binary 10101 1010000 1100110 1001111 10110 0 111100 11000100 1000010 11000

Color Harmonies of #155066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155066

Black with #155066

Text Example


Text Example

White with #155066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155066; }

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

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

background-color css

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

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

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

border-color css

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

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

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