Html Css Color HEX #1B4457 Astronaut Blue

📋 copy color: '#1B4457'

red 27 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #1B4457

Tints of Astronaut Blue #1B4457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 87 (34.38% from 255) = 47.8%

R = 14.84%
G = 37.36%
B = 47.8%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B4457 (or 0x1B4457) is known color: Astronaut Blue. HEX triplet: 1B, 44 and 57. RGB value is (27,68,87). Sum of RGB (Red+Green+Blue) = 27+68+87=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4457 is #E4BBA8. Grayscale: #393939. Windows color (decimal): -14990249 or 5719067. OLE color: 5719067.

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

Color convert

RGB 27 68 87 -
CMYK 0.69 0.22 0 0.66
HSL 199º 0.53% 0.22% -
HSV(B) 199º 0.69% 0.34% -
XYZ 4.24 5.06 9.77 -
YUV 57.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 27 68 87 0.69 0.22 0 0.66 199 0.53 0.22
Hex 1B 44 57 45 16 0 42 C7 35 16
Octal 33 104 127 105 26 0 102 307 65 26
Binary 11011 1000100 1010111 1000101 10110 0 1000010 11000111 110101 10110

Color Harmonies of #1B4457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4457

Black with #1B4457

Text Example


Text Example

White with #1B4457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,68,87); }

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

background-color css

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

 a { background-color: rgb(27,68,87); }

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

border-color css

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

 span { border-color: rgb(27,68,87); }

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