Html Css Color HEX #18435B Astronaut Blue

📋 copy color: '#18435B'

red 24 ◦ green 67 ◦ blue 91

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

Shades of Astronaut Blue #18435B

Tints of Astronaut Blue #18435B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50%

R = 13.19%
G = 36.81%
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

#18435B (or 0x18435B) is known color: Astronaut Blue. HEX triplet: 18, 43 and 5B. RGB value is (24,67,91). Sum of RGB (Red+Green+Blue) = 24+67+91=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #18435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435B is #E7BCA4. Grayscale: #383838. Windows color (decimal): -15187109 or 5980952. OLE color: 5980952.

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

Color convert

RGB 24 67 91 -
CMYK 0.74 0.26 0 0.64
HSL 201.49º 0.58% 0.23% -
HSV(B) 201.49º 0.74% 0.36% -
XYZ 4.27 4.96 10.63 -
YUV 56.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 24 67 91 0.74 0.26 0 0.64 201.49 0.58 0.23
Hex 18 43 5B 4A 1A 0 40 C9 3A 17
Octal 30 103 133 112 32 0 100 311 72 27
Binary 11000 1000011 1011011 1001010 11010 0 1000000 11001001 111010 10111

Color Harmonies of #18435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18435B

Black with #18435B

Text Example


Text Example

White with #18435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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