Html Css Color HEX #18445C Astronaut Blue

📋 copy color: '#18445C'

red 24 ◦ green 68 ◦ blue 92

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

Shades of Astronaut Blue #18445C

Tints of Astronaut Blue #18445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50%

R = 13.04%
G = 36.96%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18445C (or 0x18445C) is known color: Astronaut Blue. HEX triplet: 18, 44 and 5C. RGB value is (24,68,92). Sum of RGB (Red+Green+Blue) = 24+68+92=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #18445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18445C is #E7BBA3. Grayscale: #393939. Windows color (decimal): -15186852 or 6046744. OLE color: 6046744.

HSL color Cylindrical-coordinate representation of color #18445C: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18445C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 68 92 -
CMYK 0.74 0.26 0 0.64
HSL 201.18º 0.59% 0.23% -
HSV(B) 201.18º 0.74% 0.36% -
XYZ 4.38 5.1 10.88 -
YUV 57.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 24 68 92 0.74 0.26 0 0.64 201.18 0.59 0.23
Hex 18 44 5C 4A 1A 0 40 C9 3B 17
Octal 30 104 134 112 32 0 100 311 73 27
Binary 11000 1000100 1011100 1001010 11010 0 1000000 11001001 111011 10111

Color Harmonies of #18445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18445C

Black with #18445C

Text Example


Text Example

White with #18445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18445C; }

 p { color: rgb(24,68,92); }

 H1.HeaderClassName
 {
   color: #18445C;
 }
 .AnyTagClassName
 {
   color: #18445C;
 }
</style>

background-color css

<style>
 a { background-color: #18445C; }

 a { background-color: rgb(24,68,92); }

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

border-color css

<style>
 span { border-color: #18445C; }

 span { border-color: rgb(24,68,92); }

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