Html Css Color HEX #16435D Astronaut Blue

📋 copy color: '#16435D'

red 22 ◦ green 67 ◦ blue 93

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

Shades of Astronaut Blue #16435D

Tints of Astronaut Blue #16435D

RGB

 RED value IS 22 (8.98% from 255) = 12.09%

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

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 12.09%
G = 36.81%
B = 51.1%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#16435D (or 0x16435D) is known color: Astronaut Blue. HEX triplet: 16, 43 and 5D. RGB value is (22,67,93). Sum of RGB (Red+Green+Blue) = 22+67+93=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #16435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16435D is #E9BCA2. Grayscale: #383838. Windows color (decimal): -15318179 or 6112022. OLE color: 6112022.

HSL color Cylindrical-coordinate representation of color #16435D: hue angle of 201.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16435D is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 67 93 -
CMYK 0.76 0.28 0 0.64
HSL 201.97º 0.62% 0.23% -
HSV(B) 201.97º 0.76% 0.36% -
XYZ 4.31 4.98 11.09 -
YUV 56.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 22 67 93 0.76 0.28 0 0.64 201.97 0.62 0.23
Hex 16 43 5D 4C 1C 0 40 CA 3E 17
Octal 26 103 135 114 34 0 100 312 76 27
Binary 10110 1000011 1011101 1001100 11100 0 1000000 11001010 111110 10111

Color Harmonies of #16435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16435D

Black with #16435D

Text Example


Text Example

White with #16435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16435D; }

 p { color: rgb(22,67,93); }

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

background-color css

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

 a { background-color: rgb(22,67,93); }

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

border-color css

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

 span { border-color: rgb(22,67,93); }

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