Html Css Color HEX #1A4B5F Astronaut Blue

📋 copy color: '#1A4B5F'

red 26 ◦ green 75 ◦ blue 95

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

Shades of Astronaut Blue #1A4B5F

Tints of Astronaut Blue #1A4B5F

RGB

 RED value IS 26 (10.55% from 255) = 13.27%

 GREEN value IS 75 (29.69% from 255) = 38.27%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 13.27%
G = 38.27%
B = 48.47%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A4B5F (or 0x1A4B5F) is known color: Astronaut Blue. HEX triplet: 1A, 4B and 5F. RGB value is (26,75,95). Sum of RGB (Red+Green+Blue) = 26+75+95=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A4B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B5F is #E5B4A0. Grayscale: #3E3E3E. Windows color (decimal): -15053985 or 6245146. OLE color: 6245146.

HSL color Cylindrical-coordinate representation of color #1A4B5F: hue angle of 197.39º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4B5F is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 75 95 -
CMYK 0.73 0.21 0 0.63
HSL 197.39º 0.57% 0.24% -
HSV(B) 197.39º 0.73% 0.37% -
XYZ 5.01 6.08 11.74 -
YUV 62.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 26 75 95 0.73 0.21 0 0.63 197.39 0.57 0.24
Hex 1A 4B 5F 49 15 0 3F C5 39 18
Octal 32 113 137 111 25 0 77 305 71 30
Binary 11010 1001011 1011111 1001001 10101 0 111111 11000101 111001 11000

Color Harmonies of #1A4B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4B5F

Black with #1A4B5F

Text Example


Text Example

White with #1A4B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A4B5F; }

 p { color: rgb(26,75,95); }

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

background-color css

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

 a { background-color: rgb(26,75,95); }

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

border-color css

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

 span { border-color: rgb(26,75,95); }

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