Html Css Color HEX #14455F Astronaut Blue

📋 copy color: '#14455F'

red 20 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #14455F

Tints of Astronaut Blue #14455F

RGB

 RED value IS 20 (8.2% from 255) = 10.87%

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 10.87%
G = 37.5%
B = 51.63%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14455F (or 0x14455F) is known color: Astronaut Blue. HEX triplet: 14, 45 and 5F. RGB value is (20,69,95). Sum of RGB (Red+Green+Blue) = 20+69+95=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #14455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14455F is #EBBAA0. Grayscale: #393939. Windows color (decimal): -15448737 or 6243604. OLE color: 6243604.

HSL color Cylindrical-coordinate representation of color #14455F: hue angle of 200.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14455F is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 69 95 -
CMYK 0.79 0.27 0 0.63
HSL 200.8º 0.65% 0.23% -
HSV(B) 200.8º 0.79% 0.37% -
XYZ 4.48 5.23 11.6 -
YUV 57.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 20 69 95 0.79 0.27 0 0.63 200.8 0.65 0.23
Hex 14 45 5F 4F 1B 0 3F C9 41 17
Octal 24 105 137 117 33 0 77 311 101 27
Binary 10100 1000101 1011111 1001111 11011 0 111111 11001001 1000001 10111

Color Harmonies of #14455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14455F

Black with #14455F

Text Example


Text Example

White with #14455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14455F; }

 p { color: rgb(20,69,95); }

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

background-color css

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

 a { background-color: rgb(20,69,95); }

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

border-color css

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

 span { border-color: rgb(20,69,95); }

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