Html Css Color HEX #14435E Astronaut Blue

📋 copy color: '#14435E'

red 20 ◦ green 67 ◦ blue 94

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

Shades of Astronaut Blue #14435E

Tints of Astronaut Blue #14435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 11.05%
G = 37.02%
B = 51.93%

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

#14435E (or 0x14435E) is known color: Astronaut Blue. HEX triplet: 14, 43 and 5E. RGB value is (20,67,94). Sum of RGB (Red+Green+Blue) = 20+67+94=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #14435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435E is #EBBCA1. Grayscale: #373737. Windows color (decimal): -15449250 or 6177556. OLE color: 6177556.

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

Color convert

RGB 20 67 94 -
CMYK 0.79 0.29 0 0.63
HSL 201.89º 0.65% 0.22% -
HSV(B) 201.89º 0.79% 0.37% -
XYZ 4.32 4.97 11.32 -
YUV 56.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 20 67 94 0.79 0.29 0 0.63 201.89 0.65 0.22
Hex 14 43 5E 4F 1D 0 3F CA 41 16
Octal 24 103 136 117 35 0 77 312 101 26
Binary 10100 1000011 1011110 1001111 11101 0 111111 11001010 1000001 10110

Color Harmonies of #14435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14435E

Black with #14435E

Text Example


Text Example

White with #14435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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