Html Css Color HEX #10445C Astronaut Blue

📋 copy color: '#10445C'

red 16 ◦ green 68 ◦ blue 92

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

Shades of Astronaut Blue #10445C

Tints of Astronaut Blue #10445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 9.09%
G = 38.64%
B = 52.27%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10445C (or 0x10445C) is known color: Astronaut Blue. HEX triplet: 10, 44 and 5C. RGB value is (16,68,92). Sum of RGB (Red+Green+Blue) = 16+68+92=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #10445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10445C is #EFBBA3. Grayscale: #373737. Windows color (decimal): -15711140 or 6046736. OLE color: 6046736.

HSL color Cylindrical-coordinate representation of color #10445C: hue angle of 198.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10445C is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 68 92 -
CMYK 0.83 0.26 0 0.64
HSL 198.95º 0.7% 0.21% -
HSV(B) 198.95º 0.83% 0.36% -
XYZ 4.21 5.02 10.87 -
YUV 55.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 16 68 92 0.83 0.26 0 0.64 198.95 0.7 0.21
Hex 10 44 5C 53 1A 0 40 C7 46 15
Octal 20 104 134 123 32 0 100 307 106 25
Binary 10000 1000100 1011100 1010011 11010 0 1000000 11000111 1000110 10101

Color Harmonies of #10445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10445C

Black with #10445C

Text Example


Text Example

White with #10445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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