Html Css Color HEX #124861 Astronaut Blue

📋 copy color: '#124861'

red 18 ◦ green 72 ◦ blue 97

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

Shades of Astronaut Blue #124861

Tints of Astronaut Blue #124861

RGB

 RED value IS 18 (7.42% from 255) = 9.63%

 GREEN value IS 72 (28.52% from 255) = 38.5%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 9.63%
G = 38.5%
B = 51.87%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124861 (or 0x124861) is known color: Astronaut Blue. HEX triplet: 12, 48 and 61. RGB value is (18,72,97). Sum of RGB (Red+Green+Blue) = 18+72+97=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #124861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124861 is #EDB79E. Grayscale: #3A3A3A. Windows color (decimal): -15579039 or 6375442. OLE color: 6375442.

HSL color Cylindrical-coordinate representation of color #124861: hue angle of 198.99º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124861 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 72 97 -
CMYK 0.81 0.26 0 0.62
HSL 198.99º 0.69% 0.23% -
HSV(B) 198.99º 0.81% 0.38% -
XYZ 4.72 5.63 12.15 -
YUV 58.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 18 72 97 0.81 0.26 0 0.62 198.99 0.69 0.23
Hex 12 48 61 51 1A 0 3E C7 45 17
Octal 22 110 141 121 32 0 76 307 105 27
Binary 10010 1001000 1100001 1010001 11010 0 111110 11000111 1000101 10111

Color Harmonies of #124861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124861

Black with #124861

Text Example


Text Example

White with #124861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124861; }

 p { color: rgb(18,72,97); }

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

background-color css

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

 a { background-color: rgb(18,72,97); }

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

border-color css

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

 span { border-color: rgb(18,72,97); }

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