Html Css Color HEX #124D64 Astronaut Blue

📋 copy color: '#124D64'

red 18 ◦ green 77 ◦ blue 100

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

Shades of Astronaut Blue #124D64

Tints of Astronaut Blue #124D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

 BLUE value IS 100 (39.45% from 255) = 51.28%

R = 9.23%
G = 39.49%
B = 51.28%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#124D64 (or 0x124D64) is known color: Astronaut Blue. HEX triplet: 12, 4D and 64. RGB value is (18,77,100). Sum of RGB (Red+Green+Blue) = 18+77+100=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #124D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D64 is #EDB29B. Grayscale: #3D3D3D. Windows color (decimal): -15577756 or 6573330. OLE color: 6573330.

HSL color Cylindrical-coordinate representation of color #124D64: hue angle of 196.83º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124D64 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 77 100 -
CMYK 0.82 0.23 0 0.61
HSL 196.83º 0.69% 0.23% -
HSV(B) 196.83º 0.82% 0.39% -
XYZ 5.2 6.36 13.01 -
YUV 61.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 18 77 100 0.82 0.23 0 0.61 196.83 0.69 0.23
Hex 12 4D 64 52 17 0 3D C5 45 17
Octal 22 115 144 122 27 0 75 305 105 27
Binary 10010 1001101 1100100 1010010 10111 0 111101 11000101 1000101 10111

Color Harmonies of #124D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D64

Black with #124D64

Text Example


Text Example

White with #124D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D64; }

 p { color: rgb(18,77,100); }

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

background-color css

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

 a { background-color: rgb(18,77,100); }

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

border-color css

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

 span { border-color: rgb(18,77,100); }

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