Html Css Color HEX #1B4259 Astronaut Blue

📋 copy color: '#1B4259'

red 27 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #1B4259

Tints of Astronaut Blue #1B4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 14.84%
G = 36.26%
B = 48.9%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B4259 (or 0x1B4259) is known color: Astronaut Blue. HEX triplet: 1B, 42 and 59. RGB value is (27,66,89). Sum of RGB (Red+Green+Blue) = 27+66+89=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4259 is #E4BDA6. Grayscale: #383838. Windows color (decimal): -14990759 or 5849627. OLE color: 5849627.

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

Color convert

RGB 27 66 89 -
CMYK 0.70 0.26 0 0.65
HSL 202.26º 0.53% 0.23% -
HSV(B) 202.26º 0.7% 0.35% -
XYZ 4.2 4.85 10.17 -
YUV 56.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 27 66 89 0.70 0.26 0 0.65 202.26 0.53 0.23
Hex 1B 42 59 46 1A 0 41 CA 35 17
Octal 33 102 131 106 32 0 101 312 65 27
Binary 11011 1000010 1011001 1000110 11010 0 1000001 11001010 110101 10111

Color Harmonies of #1B4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4259

Black with #1B4259

Text Example


Text Example

White with #1B4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,66,89); }

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

background-color css

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

 a { background-color: rgb(27,66,89); }

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

border-color css

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

 span { border-color: rgb(27,66,89); }

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