Html Css Color HEX #14425B Astronaut Blue

📋 copy color: '#14425B'

red 20 ◦ green 66 ◦ blue 91

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

Shades of Astronaut Blue #14425B

Tints of Astronaut Blue #14425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 11.3%
G = 37.29%
B = 51.41%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14425B (or 0x14425B) is known color: Astronaut Blue. HEX triplet: 14, 42 and 5B. RGB value is (20,66,91). Sum of RGB (Red+Green+Blue) = 20+66+91=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #14425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14425B is #EBBDA4. Grayscale: #363636. Windows color (decimal): -15449509 or 5980692. OLE color: 5980692.

HSL color Cylindrical-coordinate representation of color #14425B: hue angle of 201.13º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14425B is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 66 91 -
CMYK 0.78 0.27 0 0.64
HSL 201.13º 0.64% 0.22% -
HSV(B) 201.13º 0.78% 0.36% -
XYZ 4.13 4.8 10.61 -
YUV 55.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 20 66 91 0.78 0.27 0 0.64 201.13 0.64 0.22
Hex 14 42 5B 4E 1B 0 40 C9 40 16
Octal 24 102 133 116 33 0 100 311 100 26
Binary 10100 1000010 1011011 1001110 11011 0 1000000 11001001 1000000 10110

Color Harmonies of #14425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14425B

Black with #14425B

Text Example


Text Example

White with #14425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14425B; }

 p { color: rgb(20,66,91); }

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

background-color css

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

 a { background-color: rgb(20,66,91); }

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

border-color css

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

 span { border-color: rgb(20,66,91); }

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