Html Css Color HEX #1B4667 Astronaut Blue

📋 copy color: '#1B4667'

red 27 ◦ green 70 ◦ blue 103

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

Shades of Astronaut Blue #1B4667

Tints of Astronaut Blue #1B4667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 51.5%

R = 13.5%
G = 35%
B = 51.5%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1B4667 (or 0x1B4667) is known color: Astronaut Blue. HEX triplet: 1B, 46 and 67. RGB value is (27,70,103). Sum of RGB (Red+Green+Blue) = 27+70+103=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4667 is #E4B998. Grayscale: #3C3C3C. Windows color (decimal): -14989721 or 6768155. OLE color: 6768155.

HSL color Cylindrical-coordinate representation of color #1B4667: hue angle of 206.05º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4667 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 27 70 103 -
CMYK 0.74 0.32 0 0.60
HSL 206.05º 0.58% 0.25% -
HSV(B) 206.05º 0.74% 0.4% -
XYZ 5.09 5.59 13.64 -
YUV 60.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 27 70 103 0.74 0.32 0 0.60 206.05 0.58 0.25
Hex 1B 46 67 4A 20 0 3C CE 3A 19
Octal 33 106 147 112 40 0 74 316 72 31
Binary 11011 1000110 1100111 1001010 100000 0 111100 11001110 111010 11001

Color Harmonies of #1B4667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4667

Black with #1B4667

Text Example


Text Example

White with #1B4667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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