Html Css Color HEX #1B4462 Astronaut Blue

📋 copy color: '#1B4462'

red 27 ◦ green 68 ◦ blue 98

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

Shades of Astronaut Blue #1B4462

Tints of Astronaut Blue #1B4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 13.99%
G = 35.23%
B = 50.78%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4462 (or 0x1B4462) is known color: Astronaut Blue. HEX triplet: 1B, 44 and 62. RGB value is (27,68,98). Sum of RGB (Red+Green+Blue) = 27+68+98=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4462 is #E4BB9D. Grayscale: #3B3B3B. Windows color (decimal): -14990238 or 6439963. OLE color: 6439963.

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

Color convert

RGB 27 68 98 -
CMYK 0.72 0.31 0 0.62
HSL 205.35º 0.57% 0.25% -
HSV(B) 205.35º 0.72% 0.38% -
XYZ 4.72 5.25 12.32 -
YUV 59.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 27 68 98 0.72 0.31 0 0.62 205.35 0.57 0.25
Hex 1B 44 62 48 1F 0 3E CD 39 19
Octal 33 104 142 110 37 0 76 315 71 31
Binary 11011 1000100 1100010 1001000 11111 0 111110 11001101 111001 11001

Color Harmonies of #1B4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4462

Black with #1B4462

Text Example


Text Example

White with #1B4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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