Html Css Color HEX #1B4758 Astronaut Blue

📋 copy color: '#1B4758'

red 27 ◦ green 71 ◦ blue 88

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

Shades of Astronaut Blue #1B4758

Tints of Astronaut Blue #1B4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 14.52%
G = 38.17%
B = 47.31%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B4758 (or 0x1B4758) is known color: Astronaut Blue. HEX triplet: 1B, 47 and 58. RGB value is (27,71,88). Sum of RGB (Red+Green+Blue) = 27+71+88=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4758 is #E4B8A7. Grayscale: #3B3B3B. Windows color (decimal): -14989480 or 5785371. OLE color: 5785371.

HSL color Cylindrical-coordinate representation of color #1B4758: hue angle of 196.72º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4758 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 71 88 -
CMYK 0.69 0.19 0 0.65
HSL 196.72º 0.53% 0.23% -
HSV(B) 196.72º 0.69% 0.35% -
XYZ 4.47 5.44 10.05 -
YUV 59.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 27 71 88 0.69 0.19 0 0.65 196.72 0.53 0.23
Hex 1B 47 58 45 13 0 41 C5 35 17
Octal 33 107 130 105 23 0 101 305 65 27
Binary 11011 1000111 1011000 1000101 10011 0 1000001 11000101 110101 10111

Color Harmonies of #1B4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4758

Black with #1B4758

Text Example


Text Example

White with #1B4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,88); }

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

background-color css

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

 a { background-color: rgb(27,71,88); }

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

border-color css

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

 span { border-color: rgb(27,71,88); }

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