Html Css Color HEX #10435A Astronaut Blue

📋 copy color: '#10435A'

red 16 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #10435A

Tints of Astronaut Blue #10435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.02%

R = 9.25%
G = 38.73%
B = 52.02%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10435A (or 0x10435A) is known color: Astronaut Blue. HEX triplet: 10, 43 and 5A. RGB value is (16,67,90). Sum of RGB (Red+Green+Blue) = 16+67+90=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #10435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10435A is #EFBCA5. Grayscale: #363636. Windows color (decimal): -15711398 or 5915408. OLE color: 5915408.

HSL color Cylindrical-coordinate representation of color #10435A: hue angle of 198.65º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10435A is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 67 90 -
CMYK 0.82 0.26 0 0.65
HSL 198.65º 0.7% 0.21% -
HSV(B) 198.65º 0.82% 0.35% -
XYZ 4.07 4.86 10.4 -
YUV 54.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 16 67 90 0.82 0.26 0 0.65 198.65 0.7 0.21
Hex 10 43 5A 52 1A 0 41 C7 46 15
Octal 20 103 132 122 32 0 101 307 106 25
Binary 10000 1000011 1011010 1010010 11010 0 1000001 11000111 1000110 10101

Color Harmonies of #10435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10435A

Black with #10435A

Text Example


Text Example

White with #10435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10435A; }

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

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

background-color css

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

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

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

border-color css

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

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

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