Html Css Color HEX #104667 Astronaut Blue

📋 copy color: '#104667'

red 16 ◦ green 70 ◦ blue 103

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

Shades of Astronaut Blue #104667

Tints of Astronaut Blue #104667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 8.47%
G = 37.04%
B = 54.5%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104667 (or 0x104667) is known color: Astronaut Blue. HEX triplet: 10, 46 and 67. RGB value is (16,70,103). Sum of RGB (Red+Green+Blue) = 16+70+103=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #104667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104667 is #EFB998. Grayscale: #393939. Windows color (decimal): -15710617 or 6768144. OLE color: 6768144.

HSL color Cylindrical-coordinate representation of color #104667: hue angle of 202.76º 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 #104667 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 70 103 -
CMYK 0.84 0.32 0 0.60
HSL 202.76º 0.73% 0.23% -
HSV(B) 202.76º 0.84% 0.4% -
XYZ 4.85 5.47 13.63 -
YUV 57.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 16 70 103 0.84 0.32 0 0.60 202.76 0.73 0.23
Hex 10 46 67 54 20 0 3C CB 49 17
Octal 20 106 147 124 40 0 74 313 111 27
Binary 10000 1000110 1100111 1010100 100000 0 111100 11001011 1001001 10111

Color Harmonies of #104667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104667

Black with #104667

Text Example


Text Example

White with #104667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104667; }

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

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

background-color css

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

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

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

border-color css

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

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

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