Html Css Color HEX #114057 Astronaut Blue

📋 copy color: '#114057'

red 17 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #114057

Tints of Astronaut Blue #114057

RGB

 RED value IS 17 (7.03% from 255) = 10.12%

 GREEN value IS 64 (25.39% from 255) = 38.1%

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

R = 10.12%
G = 38.1%
B = 51.79%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114057 (or 0x114057) is known color: Astronaut Blue. HEX triplet: 11, 40 and 57. RGB value is (17,64,87). Sum of RGB (Red+Green+Blue) = 17+64+87=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #114057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114057 is #EEBFA8. Grayscale: #343434. Windows color (decimal): -15646633 or 5718033. OLE color: 5718033.

HSL color Cylindrical-coordinate representation of color #114057: hue angle of 199.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114057 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 64 87 -
CMYK 0.80 0.26 0 0.66
HSL 199.71º 0.67% 0.2% -
HSV(B) 199.71º 0.8% 0.34% -
XYZ 3.78 4.47 9.68 -
YUV 52.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 17 64 87 0.80 0.26 0 0.66 199.71 0.67 0.2
Hex 11 40 57 50 1A 0 42 C8 43 14
Octal 21 100 127 120 32 0 102 310 103 24
Binary 10001 1000000 1010111 1010000 11010 0 1000010 11001000 1000011 10100

Color Harmonies of #114057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114057

Black with #114057

Text Example


Text Example

White with #114057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114057; }

 p { color: rgb(17,64,87); }

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

background-color css

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

 a { background-color: rgb(17,64,87); }

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

border-color css

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

 span { border-color: rgb(17,64,87); }

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