Html Css Color HEX #18435F Astronaut Blue

📋 copy color: '#18435F'

red 24 ◦ green 67 ◦ blue 95

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

Shades of Astronaut Blue #18435F

Tints of Astronaut Blue #18435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 12.9%
G = 36.02%
B = 51.08%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18435F (or 0x18435F) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5F. RGB value is (24,67,95). Sum of RGB (Red+Green+Blue) = 24+67+95=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #18435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435F is #E7BCA0. Grayscale: #393939. Windows color (decimal): -15187105 or 6243096. OLE color: 6243096.

HSL color Cylindrical-coordinate representation of color #18435F: hue angle of 203.66º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18435F is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 67 95 -
CMYK 0.75 0.29 0 0.63
HSL 203.66º 0.6% 0.23% -
HSV(B) 203.66º 0.75% 0.37% -
XYZ 4.45 5.03 11.56 -
YUV 57.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 24 67 95 0.75 0.29 0 0.63 203.66 0.6 0.23
Hex 18 43 5F 4B 1D 0 3F CC 3C 17
Octal 30 103 137 113 35 0 77 314 74 27
Binary 11000 1000011 1011111 1001011 11101 0 111111 11001100 111100 10111

Color Harmonies of #18435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18435F

Black with #18435F

Text Example


Text Example

White with #18435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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