Html Css Color HEX #14415B Astronaut Blue

📋 copy color: '#14415B'

red 20 ◦ green 65 ◦ blue 91

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

Shades of Astronaut Blue #14415B

Tints of Astronaut Blue #14415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 11.36%
G = 36.93%
B = 51.7%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14415B (or 0x14415B) is known color: Astronaut Blue. HEX triplet: 14, 41 and 5B. RGB value is (20,65,91). Sum of RGB (Red+Green+Blue) = 20+65+91=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #14415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14415B is #EBBEA4. Grayscale: #363636. Windows color (decimal): -15449765 or 5980436. OLE color: 5980436.

HSL color Cylindrical-coordinate representation of color #14415B: hue angle of 201.97º 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 #14415B is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 65 91 -
CMYK 0.78 0.29 0 0.64
HSL 201.97º 0.64% 0.22% -
HSV(B) 201.97º 0.78% 0.36% -
XYZ 4.07 4.68 10.59 -
YUV 54.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 20 65 91 0.78 0.29 0 0.64 201.97 0.64 0.22
Hex 14 41 5B 4E 1D 0 40 CA 40 16
Octal 24 101 133 116 35 0 100 312 100 26
Binary 10100 1000001 1011011 1001110 11101 0 1000000 11001010 1000000 10110

Color Harmonies of #14415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14415B

Black with #14415B

Text Example


Text Example

White with #14415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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