Html Css Color HEX #1B4461 Astronaut Blue

📋 copy color: '#1B4461'

red 27 ◦ green 68 ◦ blue 97

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

Shades of Astronaut Blue #1B4461

Tints of Astronaut Blue #1B4461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 14.06%
G = 35.42%
B = 50.52%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4461 (or 0x1B4461) is known color: Astronaut Blue. HEX triplet: 1B, 44 and 61. RGB value is (27,68,97). Sum of RGB (Red+Green+Blue) = 27+68+97=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4461 is #E4BB9E. Grayscale: #3A3A3A. Windows color (decimal): -14990239 or 6374427. OLE color: 6374427.

HSL color Cylindrical-coordinate representation of color #1B4461: hue angle of 204.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B4461 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 68 97 -
CMYK 0.72 0.30 0 0.62
HSL 204.86º 0.56% 0.24% -
HSV(B) 204.86º 0.72% 0.38% -
XYZ 4.68 5.23 12.07 -
YUV 59.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 27 68 97 0.72 0.30 0 0.62 204.86 0.56 0.24
Hex 1B 44 61 48 1E 0 3E CD 38 18
Octal 33 104 141 110 36 0 76 315 70 30
Binary 11011 1000100 1100001 1001000 11110 0 111110 11001101 111000 11000

Color Harmonies of #1B4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4461

Black with #1B4461

Text Example


Text Example

White with #1B4461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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