Html Css Color HEX #184A68 Astronaut Blue

📋 copy color: '#184A68'

red 24 ◦ green 74 ◦ blue 104

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

Shades of Astronaut Blue #184A68

Tints of Astronaut Blue #184A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 11.88%
G = 36.63%
B = 51.49%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184A68 (or 0x184A68) is known color: Astronaut Blue. HEX triplet: 18, 4A and 68. RGB value is (24,74,104). Sum of RGB (Red+Green+Blue) = 24+74+104=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #184A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A68 is #E7B597. Grayscale: #3E3E3E. Windows color (decimal): -15185304 or 6834712. OLE color: 6834712.

HSL color Cylindrical-coordinate representation of color #184A68: hue angle of 202.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184A68 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 74 104 -
CMYK 0.77 0.29 0 0.59
HSL 202.5º 0.63% 0.25% -
HSV(B) 202.5º 0.77% 0.41% -
XYZ 5.32 6.09 13.99 -
YUV 62.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 24 74 104 0.77 0.29 0 0.59 202.5 0.63 0.25
Hex 18 4A 68 4D 1D 0 3B CA 3E 19
Octal 30 112 150 115 35 0 73 312 76 31
Binary 11000 1001010 1101000 1001101 11101 0 111011 11001010 111110 11001

Color Harmonies of #184A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184A68

Black with #184A68

Text Example


Text Example

White with #184A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184A68; }

 p { color: rgb(24,74,104); }

 H1.HeaderClassName
 {
   color: #184A68;
 }
 .AnyTagClassName
 {
   color: #184A68;
 }
</style>

background-color css

<style>
 a { background-color: #184A68; }

 a { background-color: rgb(24,74,104); }

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

border-color css

<style>
 span { border-color: #184A68; }

 span { border-color: rgb(24,74,104); }

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