Html Css Color HEX #104358 Astronaut Blue

📋 copy color: '#104358'

red 16 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #104358

Tints of Astronaut Blue #104358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 9.36%
G = 39.18%
B = 51.46%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104358 (or 0x104358) is known color: Astronaut Blue. HEX triplet: 10, 43 and 58. RGB value is (16,67,88). Sum of RGB (Red+Green+Blue) = 16+67+88=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #104358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104358 is #EFBCA7. Grayscale: #363636. Windows color (decimal): -15711400 or 5784336. OLE color: 5784336.

HSL color Cylindrical-coordinate representation of color #104358: hue angle of 197.5º 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 #104358 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 67 88 -
CMYK 0.82 0.24 0 0.65
HSL 197.5º 0.69% 0.2% -
HSV(B) 197.5º 0.82% 0.35% -
XYZ 3.98 4.83 9.95 -
YUV 54.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 16 67 88 0.82 0.24 0 0.65 197.5 0.69 0.2
Hex 10 43 58 52 18 0 41 C6 45 14
Octal 20 103 130 122 30 0 101 306 105 24
Binary 10000 1000011 1011000 1010010 11000 0 1000001 11000110 1000101 10100

Color Harmonies of #104358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104358

Black with #104358

Text Example


Text Example

White with #104358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104358; }

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

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

background-color css

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

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

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

border-color css

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

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

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