Html Css Color HEX #1B4656 Astronaut Blue

📋 copy color: '#1B4656'

red 27 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #1B4656

Tints of Astronaut Blue #1B4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 14.75%
G = 38.25%
B = 46.99%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B4656 (or 0x1B4656) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 56. RGB value is (27,70,86). Sum of RGB (Red+Green+Blue) = 27+70+86=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4656 is #E4B9A9. Grayscale: #3A3A3A. Windows color (decimal): -14989738 or 5654043. OLE color: 5654043.

HSL color Cylindrical-coordinate representation of color #1B4656: hue angle of 196.27º degrees, saturation: 0.52, 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 #1B4656 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 27 70 86 -
CMYK 0.69 0.19 0 0.66
HSL 196.27º 0.52% 0.22% -
HSV(B) 196.27º 0.69% 0.34% -
XYZ 4.32 5.29 9.6 -
YUV 58.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 27 70 86 0.69 0.19 0 0.66 196.27 0.52 0.22
Hex 1B 46 56 45 13 0 42 C4 34 16
Octal 33 106 126 105 23 0 102 304 64 26
Binary 11011 1000110 1010110 1000101 10011 0 1000010 11000100 110100 10110

Color Harmonies of #1B4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4656

Black with #1B4656

Text Example


Text Example

White with #1B4656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,86); }

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

background-color css

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

 a { background-color: rgb(27,70,86); }

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

border-color css

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

 span { border-color: rgb(27,70,86); }

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