#144B62

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

Shades of Astronaut Blue #144B62

Tints of Astronaut Blue #144B62

Color information

#144B62 (or 0x144B62) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4B and 62. RGB value is (20,75,98). Sum of RGB (Red+Green+Blue) = 20+75+98=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #144B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B62 is #EBB49D. Grayscale: #3D3D3D. Windows color (decimal): -15447198 or 6441748. OLE color: 6441748.

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

Color convert

RGB207598-
CMYK0.800.2300.62
HSL197.69º66.1%23.14%-
HSV(B)197.69º79.59%38.43%-
XYZ5.016.0612.46-
YUV61.18148.7898.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=10.36%
G=38.86%
B=50.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2075980.800.2300.62197.6966.123.14
Hex144B62501703Ec64217
Octal241131421202707630610227
Binary1010010010111100010101000010111011111011000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B62; }

 p { color: rgb(20,75,98); }

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

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

 a { background-color: rgb(20,75,98); }

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

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

 span { border-color: rgb(20,75,98); }

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