#144360

Color #144360 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #144360

Tints of Astronaut Blue #144360

Color information

#144360 (or 0x144360) is unknown color: approx Astronaut Blue. HEX triplet: 14, 43 and 60. RGB value is (20,67,96). Sum of RGB (Red+Green+Blue) = 20+67+96=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #144360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144360 is #EBBC9F. Grayscale: #383838. Windows color (decimal): -15449248 or 6308628. OLE color: 6308628.

HSL color Cylindrical-coordinate representation of color #144360: hue angle of 202.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144360 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB206796-
CMYK0.790.3000.62
HSL202.89º65.52%22.75%-
HSV(B)202.89º79.17%37.65%-
XYZ4.415.0111.8-
YUV56.25150.43102.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=10.93%
G=36.61%
B=52.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2067960.790.3000.62202.8965.5222.75
Hex1443604F1E03Ecb4217
Octal241031401173607631310227
Binary1010010000111100000100111111110011111011001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144360; }

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

 H1.HeaderClassName
 {
   color: #144360;
 }
 .AnyTagClassName
 {
   color: #144360;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #144360;
 }
 .BgClassName
 {
   background-color: #144360;
 }
</style>
border-color css

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

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

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