Html Css Color HEX #125063 Astronaut Blue

📋 copy color: '#125063'

red 18 ◦ green 80 ◦ blue 99

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

Shades of Astronaut Blue #125063

Tints of Astronaut Blue #125063

RGB

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

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

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

R = 9.14%
G = 40.61%
B = 50.25%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#125063 (or 0x125063) is known color: Astronaut Blue. HEX triplet: 12, 50 and 63. RGB value is (18,80,99). Sum of RGB (Red+Green+Blue) = 18+80+99=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #125063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125063 is #EDAF9C. Grayscale: #3F3F3F. Windows color (decimal): -15576989 or 6508562. OLE color: 6508562.

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

Color convert

RGB 18 80 99 -
CMYK 0.82 0.19 0 0.61
HSL 194.07º 0.69% 0.23% -
HSV(B) 194.07º 0.82% 0.39% -
XYZ 5.37 6.77 12.83 -
YUV 63.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 18 80 99 0.82 0.19 0 0.61 194.07 0.69 0.23
Hex 12 50 63 52 13 0 3D C2 45 17
Octal 22 120 143 122 23 0 75 302 105 27
Binary 10010 1010000 1100011 1010010 10011 0 111101 11000010 1000101 10111

Color Harmonies of #125063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125063

Black with #125063

Text Example


Text Example

White with #125063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125063; }

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

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

background-color css

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

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

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

border-color css

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

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

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