Html Css Color HEX #1B495D Astronaut Blue

📋 copy color: '#1B495D'

red 27 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #1B495D

Tints of Astronaut Blue #1B495D

RGB

 RED value IS 27 (10.94% from 255) = 13.99%

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 13.99%
G = 37.82%
B = 48.19%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B495D (or 0x1B495D) is known color: Astronaut Blue. HEX triplet: 1B, 49 and 5D. RGB value is (27,73,93). Sum of RGB (Red+Green+Blue) = 27+73+93=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B495D is #E4B6A2. Grayscale: #3D3D3D. Windows color (decimal): -14988963 or 6113563. OLE color: 6113563.

HSL color Cylindrical-coordinate representation of color #1B495D: hue angle of 198.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B495D is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 73 93 -
CMYK 0.71 0.22 0 0.64
HSL 198.18º 0.55% 0.24% -
HSV(B) 198.18º 0.71% 0.36% -
XYZ 4.81 5.79 11.22 -
YUV 61.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 27 73 93 0.71 0.22 0 0.64 198.18 0.55 0.24
Hex 1B 49 5D 47 16 0 40 C6 37 18
Octal 33 111 135 107 26 0 100 306 67 30
Binary 11011 1001001 1011101 1000111 10110 0 1000000 11000110 110111 11000

Color Harmonies of #1B495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B495D

Black with #1B495D

Text Example


Text Example

White with #1B495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,93); }

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

background-color css

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

 a { background-color: rgb(27,73,93); }

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

border-color css

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

 span { border-color: rgb(27,73,93); }

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