Html Css Color HEX #124261 Astronaut Blue

📋 copy color: '#124261'

red 18 ◦ green 66 ◦ blue 97

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

Shades of Astronaut Blue #124261

Tints of Astronaut Blue #124261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 9.94%
G = 36.46%
B = 53.59%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124261 (or 0x124261) is known color: Astronaut Blue. HEX triplet: 12, 42 and 61. RGB value is (18,66,97). Sum of RGB (Red+Green+Blue) = 18+66+97=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #124261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124261 is #EDBD9E. Grayscale: #373737. Windows color (decimal): -15580575 or 6373906. OLE color: 6373906.

HSL color Cylindrical-coordinate representation of color #124261: hue angle of 203.54º 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 #124261 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 66 97 -
CMYK 0.81 0.32 0 0.62
HSL 203.54º 0.69% 0.23% -
HSV(B) 203.54º 0.81% 0.38% -
XYZ 4.36 4.89 12.02 -
YUV 55.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 18 66 97 0.81 0.32 0 0.62 203.54 0.69 0.23
Hex 12 42 61 51 20 0 3E CC 45 17
Octal 22 102 141 121 40 0 76 314 105 27
Binary 10010 1000010 1100001 1010001 100000 0 111110 11001100 1000101 10111

Color Harmonies of #124261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124261

Black with #124261

Text Example


Text Example

White with #124261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124261; }

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

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

background-color css

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

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

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

border-color css

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

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

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