Html Css Color HEX #125060 Astronaut Blue

📋 copy color: '#125060'

red 18 ◦ green 80 ◦ blue 96

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

Shades of Astronaut Blue #125060

Tints of Astronaut Blue #125060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 9.28%
G = 41.24%
B = 49.48%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125060 (or 0x125060) is known color: Astronaut Blue. HEX triplet: 12, 50 and 60. RGB value is (18,80,96). Sum of RGB (Red+Green+Blue) = 18+80+96=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #125060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125060 is #EDAF9F. Grayscale: #3F3F3F. Windows color (decimal): -15576992 or 6311954. OLE color: 6311954.

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

Color convert

RGB 18 80 96 -
CMYK 0.81 0.17 0 0.62
HSL 192.31º 0.68% 0.22% -
HSV(B) 192.31º 0.81% 0.38% -
XYZ 5.23 6.71 12.09 -
YUV 63.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 18 80 96 0.81 0.17 0 0.62 192.31 0.68 0.22
Hex 12 50 60 51 11 0 3E C0 44 16
Octal 22 120 140 121 21 0 76 300 104 26
Binary 10010 1010000 1100000 1010001 10001 0 111110 11000000 1000100 10110

Color Harmonies of #125060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125060

Black with #125060

Text Example


Text Example

White with #125060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125060; }

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

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

background-color css

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

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

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

border-color css

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

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

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