#144867

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

Shades of Astronaut Blue #144867

Tints of Astronaut Blue #144867

Color information

#144867 (or 0x144867) is unknown color: approx Astronaut Blue. HEX triplet: 14, 48 and 67. RGB value is (20,72,103). Sum of RGB (Red+Green+Blue) = 20+72+103=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #144867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144867 is #EBB798. Grayscale: #3B3B3B. Windows color (decimal): -15447961 or 6768660. OLE color: 6768660.

HSL color Cylindrical-coordinate representation of color #144867: hue angle of 202.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144867 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2072103-
CMYK0.810.3000.60
HSL202.41º67.48%24.12%-
HSV(B)202.41º80.58%40.39%-
XYZ5.055.7613.68-
YUV59.99152.2799.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=10.26%
G=36.92%
B=52.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20721030.810.3000.60202.4167.4824.12
Hex144867511E03Cca4318
Octal241101471213607431210330
Binary1010010010001100111101000111110011110011001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144867; }

 p { color: rgb(20,72,103); }

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

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

 a { background-color: rgb(20,72,103); }

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

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

 span { border-color: rgb(20,72,103); }

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