Html Css Color HEX #125061 Astronaut Blue

📋 copy color: '#125061'

red 18 ◦ green 80 ◦ blue 97

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

Shades of Astronaut Blue #125061

Tints of Astronaut Blue #125061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 9.23%
G = 41.03%
B = 49.74%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125061 (or 0x125061) is known color: Astronaut Blue. HEX triplet: 12, 50 and 61. RGB value is (18,80,97). Sum of RGB (Red+Green+Blue) = 18+80+97=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #125061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125061 is #EDAF9E. Grayscale: #3F3F3F. Windows color (decimal): -15576991 or 6377490. OLE color: 6377490.

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

Color convert

RGB 18 80 97 -
CMYK 0.81 0.18 0 0.62
HSL 192.91º 0.69% 0.23% -
HSV(B) 192.91º 0.81% 0.38% -
XYZ 5.28 6.73 12.33 -
YUV 63.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 18 80 97 0.81 0.18 0 0.62 192.91 0.69 0.23
Hex 12 50 61 51 12 0 3E C1 45 17
Octal 22 120 141 121 22 0 76 301 105 27
Binary 10010 1010000 1100001 1010001 10010 0 111110 11000001 1000101 10111

Color Harmonies of #125061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125061

Black with #125061

Text Example


Text Example

White with #125061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125061; }

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

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

background-color css

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

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

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

border-color css

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

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

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