Html Css Color HEX #164457 Astronaut Blue

📋 copy color: '#164457'

red 22 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #164457

Tints of Astronaut Blue #164457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 12.43%
G = 38.42%
B = 49.15%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#164457 (or 0x164457) is known color: Astronaut Blue. HEX triplet: 16, 44 and 57. RGB value is (22,68,87). Sum of RGB (Red+Green+Blue) = 22+68+87=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #164457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164457 is #E9BBA8. Grayscale: #383838. Windows color (decimal): -15317929 or 5719062. OLE color: 5719062.

HSL color Cylindrical-coordinate representation of color #164457: hue angle of 197.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164457 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 68 87 -
CMYK 0.75 0.22 0 0.66
HSL 197.54º 0.6% 0.21% -
HSV(B) 197.54º 0.75% 0.34% -
XYZ 4.12 4.99 9.76 -
YUV 56.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 22 68 87 0.75 0.22 0 0.66 197.54 0.6 0.21
Hex 16 44 57 4B 16 0 42 C6 3C 15
Octal 26 104 127 113 26 0 102 306 74 25
Binary 10110 1000100 1010111 1001011 10110 0 1000010 11000110 111100 10101

Color Harmonies of #164457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164457

Black with #164457

Text Example


Text Example

White with #164457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164457; }

 p { color: rgb(22,68,87); }

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

background-color css

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

 a { background-color: rgb(22,68,87); }

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

border-color css

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

 span { border-color: rgb(22,68,87); }

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