Html Css Color HEX #14435F Astronaut Blue

📋 copy color: '#14435F'

red 20 ◦ green 67 ◦ blue 95

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

Shades of Astronaut Blue #14435F

Tints of Astronaut Blue #14435F

RGB

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

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

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

R = 10.99%
G = 36.81%
B = 52.2%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14435F (or 0x14435F) is known color: Astronaut Blue. HEX triplet: 14, 43 and 5F. RGB value is (20,67,95). Sum of RGB (Red+Green+Blue) = 20+67+95=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #14435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435F is #EBBCA0. Grayscale: #373737. Windows color (decimal): -15449249 or 6243092. OLE color: 6243092.

HSL color Cylindrical-coordinate representation of color #14435F: hue angle of 202.4º 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 #14435F is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 67 95 -
CMYK 0.79 0.29 0 0.63
HSL 202.4º 0.65% 0.23% -
HSV(B) 202.4º 0.79% 0.37% -
XYZ 4.36 4.99 11.56 -
YUV 56.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 20 67 95 0.79 0.29 0 0.63 202.4 0.65 0.23
Hex 14 43 5F 4F 1D 0 3F CA 41 17
Octal 24 103 137 117 35 0 77 312 101 27
Binary 10100 1000011 1011111 1001111 11101 0 111111 11001010 1000001 10111

Color Harmonies of #14435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14435F

Black with #14435F

Text Example


Text Example

White with #14435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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