Html Css Color HEX #124963 Astronaut Blue

📋 copy color: '#124963'

red 18 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #124963

Tints of Astronaut Blue #124963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 9.47%
G = 38.42%
B = 52.11%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#124963 (or 0x124963) is known color: Astronaut Blue. HEX triplet: 12, 49 and 63. RGB value is (18,73,99). Sum of RGB (Red+Green+Blue) = 18+73+99=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #124963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124963 is #EDB69C. Grayscale: #3B3B3B. Windows color (decimal): -15578781 or 6506770. OLE color: 6506770.

HSL color Cylindrical-coordinate representation of color #124963: hue angle of 199.26º 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 #124963 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 73 99 -
CMYK 0.82 0.26 0 0.61
HSL 199.26º 0.69% 0.23% -
HSV(B) 199.26º 0.82% 0.39% -
XYZ 4.88 5.79 12.67 -
YUV 59.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 18 73 99 0.82 0.26 0 0.61 199.26 0.69 0.23
Hex 12 49 63 52 1A 0 3D C7 45 17
Octal 22 111 143 122 32 0 75 307 105 27
Binary 10010 1001001 1100011 1010010 11010 0 111101 11000111 1000101 10111

Color Harmonies of #124963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124963

Black with #124963

Text Example


Text Example

White with #124963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124963; }

 p { color: rgb(18,73,99); }

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

background-color css

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

 a { background-color: rgb(18,73,99); }

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

border-color css

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

 span { border-color: rgb(18,73,99); }

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