Html Css Color HEX #1B4258 Astronaut Blue

📋 copy color: '#1B4258'

red 27 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #1B4258

Tints of Astronaut Blue #1B4258

RGB

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

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

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

R = 14.92%
G = 36.46%
B = 48.62%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B4258 (or 0x1B4258) is known color: Astronaut Blue. HEX triplet: 1B, 42 and 58. RGB value is (27,66,88). Sum of RGB (Red+Green+Blue) = 27+66+88=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4258 is #E4BDA7. Grayscale: #383838. Windows color (decimal): -14990760 or 5784091. OLE color: 5784091.

HSL color Cylindrical-coordinate representation of color #1B4258: hue angle of 201.64º 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 #1B4258 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 66 88 -
CMYK 0.69 0.25 0 0.65
HSL 201.64º 0.53% 0.23% -
HSV(B) 201.64º 0.69% 0.35% -
XYZ 4.16 4.83 9.95 -
YUV 56.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 27 66 88 0.69 0.25 0 0.65 201.64 0.53 0.23
Hex 1B 42 58 45 19 0 41 CA 35 17
Octal 33 102 130 105 31 0 101 312 65 27
Binary 11011 1000010 1011000 1000101 11001 0 1000001 11001010 110101 10111

Color Harmonies of #1B4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4258

Black with #1B4258

Text Example


Text Example

White with #1B4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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