Html Css Color HEX #104057 Astronaut Blue

📋 copy color: '#104057'

red 16 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #104057

Tints of Astronaut Blue #104057

RGB

 RED value IS 16 (6.64% from 255) = 9.58%

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 9.58%
G = 38.32%
B = 52.1%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104057 (or 0x104057) is known color: Astronaut Blue. HEX triplet: 10, 40 and 57. RGB value is (16,64,87). Sum of RGB (Red+Green+Blue) = 16+64+87=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #104057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104057 is #EFBFA8. Grayscale: #343434. Windows color (decimal): -15712169 or 5718032. OLE color: 5718032.

HSL color Cylindrical-coordinate representation of color #104057: hue angle of 199.44º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104057 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 64 87 -
CMYK 0.82 0.26 0 0.66
HSL 199.44º 0.69% 0.2% -
HSV(B) 199.44º 0.82% 0.34% -
XYZ 3.77 4.47 9.68 -
YUV 52.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 16 64 87 0.82 0.26 0 0.66 199.44 0.69 0.2
Hex 10 40 57 52 1A 0 42 C7 45 14
Octal 20 100 127 122 32 0 102 307 105 24
Binary 10000 1000000 1010111 1010010 11010 0 1000010 11000111 1000101 10100

Color Harmonies of #104057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104057

Black with #104057

Text Example


Text Example

White with #104057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104057; }

 p { color: rgb(16,64,87); }

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

background-color css

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

 a { background-color: rgb(16,64,87); }

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

border-color css

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

 span { border-color: rgb(16,64,87); }

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