Html Css Color HEX #144356 Astronaut Blue

📋 copy color: '#144356'

red 20 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #144356

Tints of Astronaut Blue #144356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 11.56%
G = 38.73%
B = 49.71%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144356 (or 0x144356) is known color: Astronaut Blue. HEX triplet: 14, 43 and 56. RGB value is (20,67,86). Sum of RGB (Red+Green+Blue) = 20+67+86=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #144356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144356 is #EBBCA9. Grayscale: #363636. Windows color (decimal): -15449258 or 5653268. OLE color: 5653268.

HSL color Cylindrical-coordinate representation of color #144356: hue angle of 197.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144356 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 67 86 -
CMYK 0.77 0.22 0 0.66
HSL 197.27º 0.62% 0.21% -
HSV(B) 197.27º 0.77% 0.34% -
XYZ 3.98 4.83 9.53 -
YUV 55.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 20 67 86 0.77 0.22 0 0.66 197.27 0.62 0.21
Hex 14 43 56 4D 16 0 42 C5 3E 15
Octal 24 103 126 115 26 0 102 305 76 25
Binary 10100 1000011 1010110 1001101 10110 0 1000010 11000101 111110 10101

Color Harmonies of #144356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144356

Black with #144356

Text Example


Text Example

White with #144356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144356; }

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

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

background-color css

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

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

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

border-color css

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

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

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