Html Css Color HEX #18466B Astronaut Blue

📋 copy color: '#18466B'

red 24 ◦ green 70 ◦ blue 107

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

Shades of Astronaut Blue #18466B

Tints of Astronaut Blue #18466B

RGB

 RED value IS 24 (9.77% from 255) = 11.94%

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

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 11.94%
G = 34.83%
B = 53.23%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18466B (or 0x18466B) is known color: Astronaut Blue. HEX triplet: 18, 46 and 6B. RGB value is (24,70,107). Sum of RGB (Red+Green+Blue) = 24+70+107=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #18466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466B is #E7B994. Grayscale: #3C3C3C. Windows color (decimal): -15186325 or 7030296. OLE color: 7030296.

HSL color Cylindrical-coordinate representation of color #18466B: hue angle of 206.75º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466B is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 70 107 -
CMYK 0.78 0.35 0 0.58
HSL 206.75º 0.63% 0.26% -
HSV(B) 206.75º 0.78% 0.42% -
XYZ 5.22 5.64 14.72 -
YUV 60.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 24 70 107 0.78 0.35 0 0.58 206.75 0.63 0.26
Hex 18 46 6B 4E 23 0 3A CF 3F 1A
Octal 30 106 153 116 43 0 72 317 77 32
Binary 11000 1000110 1101011 1001110 100011 0 111010 11001111 111111 11010

Color Harmonies of #18466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18466B

Black with #18466B

Text Example


Text Example

White with #18466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18466B; }

 p { color: rgb(24,70,107); }

 H1.HeaderClassName
 {
   color: #18466B;
 }
 .AnyTagClassName
 {
   color: #18466B;
 }
</style>

background-color css

<style>
 a { background-color: #18466B; }

 a { background-color: rgb(24,70,107); }

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

border-color css

<style>
 span { border-color: #18466B; }

 span { border-color: rgb(24,70,107); }

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