Html Css Color HEX #1A4968 Astronaut Blue

📋 copy color: '#1A4968'

red 26 ◦ green 73 ◦ blue 104

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

Shades of Astronaut Blue #1A4968

Tints of Astronaut Blue #1A4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 12.81%
G = 35.96%
B = 51.23%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A4968 (or 0x1A4968) is known color: Astronaut Blue. HEX triplet: 1A, 49 and 68. RGB value is (26,73,104). Sum of RGB (Red+Green+Blue) = 26+73+104=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4968 is #E5B697. Grayscale: #3E3E3E. Windows color (decimal): -15054488 or 6834458. OLE color: 6834458.

HSL color Cylindrical-coordinate representation of color #1A4968: hue angle of 203.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4968 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 73 104 -
CMYK 0.75 0.30 0 0.59
HSL 203.85º 0.6% 0.25% -
HSV(B) 203.85º 0.75% 0.41% -
XYZ 5.31 5.98 13.97 -
YUV 62.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 26 73 104 0.75 0.30 0 0.59 203.85 0.6 0.25
Hex 1A 49 68 4B 1E 0 3B CC 3C 19
Octal 32 111 150 113 36 0 73 314 74 31
Binary 11010 1001001 1101000 1001011 11110 0 111011 11001100 111100 11001

Color Harmonies of #1A4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4968

Black with #1A4968

Text Example


Text Example

White with #1A4968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,73,104); }

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

background-color css

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

 a { background-color: rgb(26,73,104); }

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

border-color css

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

 span { border-color: rgb(26,73,104); }

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