Html Css Color HEX #104458 Astronaut Blue

📋 copy color: '#104458'

red 16 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #104458

Tints of Astronaut Blue #104458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 9.3%
G = 39.53%
B = 51.16%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104458 (or 0x104458) is known color: Astronaut Blue. HEX triplet: 10, 44 and 58. RGB value is (16,68,88). Sum of RGB (Red+Green+Blue) = 16+68+88=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #104458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104458 is #EFBBA7. Grayscale: #363636. Windows color (decimal): -15711144 or 5784592. OLE color: 5784592.

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

Color convert

RGB 16 68 88 -
CMYK 0.82 0.23 0 0.65
HSL 196.67º 0.69% 0.2% -
HSV(B) 196.67º 0.82% 0.35% -
XYZ 4.04 4.95 9.97 -
YUV 54.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 16 68 88 0.82 0.23 0 0.65 196.67 0.69 0.2
Hex 10 44 58 52 17 0 41 C5 45 14
Octal 20 104 130 122 27 0 101 305 105 24
Binary 10000 1000100 1011000 1010010 10111 0 1000001 11000101 1000101 10100

Color Harmonies of #104458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104458

Black with #104458

Text Example


Text Example

White with #104458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104458; }

 p { color: rgb(16,68,88); }

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

background-color css

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

 a { background-color: rgb(16,68,88); }

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

border-color css

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

 span { border-color: rgb(16,68,88); }

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