Html Css Color HEX #104567 Astronaut Blue

📋 copy color: '#104567'

red 16 ◦ green 69 ◦ blue 103

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

Shades of Astronaut Blue #104567

Tints of Astronaut Blue #104567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 103 (40.63% from 255) = 54.79%

R = 8.51%
G = 36.7%
B = 54.79%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104567 (or 0x104567) is known color: Astronaut Blue. HEX triplet: 10, 45 and 67. RGB value is (16,69,103). Sum of RGB (Red+Green+Blue) = 16+69+103=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #104567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104567 is #EFBA98. Grayscale: #383838. Windows color (decimal): -15710873 or 6767888. OLE color: 6767888.

HSL color Cylindrical-coordinate representation of color #104567: hue angle of 203.45º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104567 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 69 103 -
CMYK 0.84 0.33 0 0.60
HSL 203.45º 0.73% 0.23% -
HSV(B) 203.45º 0.84% 0.4% -
XYZ 4.79 5.35 13.61 -
YUV 57.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 16 69 103 0.84 0.33 0 0.60 203.45 0.73 0.23
Hex 10 45 67 54 21 0 3C CB 49 17
Octal 20 105 147 124 41 0 74 313 111 27
Binary 10000 1000101 1100111 1010100 100001 0 111100 11001011 1001001 10111

Color Harmonies of #104567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104567

Black with #104567

Text Example


Text Example

White with #104567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104567; }

 p { color: rgb(16,69,103); }

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

background-color css

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

 a { background-color: rgb(16,69,103); }

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

border-color css

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

 span { border-color: rgb(16,69,103); }

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