Html Css Color HEX #18435D Astronaut Blue

📋 copy color: '#18435D'

red 24 ◦ green 67 ◦ blue 93

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

Shades of Astronaut Blue #18435D

Tints of Astronaut Blue #18435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 13.04%
G = 36.41%
B = 50.54%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18435D (or 0x18435D) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5D. RGB value is (24,67,93). Sum of RGB (Red+Green+Blue) = 24+67+93=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #18435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435D is #E7BCA2. Grayscale: #383838. Windows color (decimal): -15187107 or 6112024. OLE color: 6112024.

HSL color Cylindrical-coordinate representation of color #18435D: hue angle of 202.61º 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 #18435D is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 67 93 -
CMYK 0.74 0.28 0 0.64
HSL 202.61º 0.59% 0.23% -
HSV(B) 202.61º 0.74% 0.36% -
XYZ 4.36 5 11.09 -
YUV 57.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 24 67 93 0.74 0.28 0 0.64 202.61 0.59 0.23
Hex 18 43 5D 4A 1C 0 40 CB 3B 17
Octal 30 103 135 112 34 0 100 313 73 27
Binary 11000 1000011 1011101 1001010 11100 0 1000000 11001011 111011 10111

Color Harmonies of #18435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18435D

Black with #18435D

Text Example


Text Example

White with #18435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18435D; }

 p { color: rgb(24,67,93); }

 H1.HeaderClassName
 {
   color: #18435D;
 }
 .AnyTagClassName
 {
   color: #18435D;
 }
</style>

background-color css

<style>
 a { background-color: #18435D; }

 a { background-color: rgb(24,67,93); }

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

border-color css

<style>
 span { border-color: #18435D; }

 span { border-color: rgb(24,67,93); }

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