Html Css Color HEX #125263 Astronaut Blue

📋 copy color: '#125263'

red 18 ◦ green 82 ◦ blue 99

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

Shades of Astronaut Blue #125263

Tints of Astronaut Blue #125263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

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

R = 9.05%
G = 41.21%
B = 49.75%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#125263 (or 0x125263) is known color: Astronaut Blue. HEX triplet: 12, 52 and 63. RGB value is (18,82,99). Sum of RGB (Red+Green+Blue) = 18+82+99=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #125263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125263 is #EDAD9C. Grayscale: #404040. Windows color (decimal): -15576477 or 6509074. OLE color: 6509074.

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

Color convert

RGB 18 82 99 -
CMYK 0.82 0.17 0 0.61
HSL 192.59º 0.69% 0.23% -
HSV(B) 192.59º 0.82% 0.39% -
XYZ 5.52 7.06 12.88 -
YUV 64.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 18 82 99 0.82 0.17 0 0.61 192.59 0.69 0.23
Hex 12 52 63 52 11 0 3D C1 45 17
Octal 22 122 143 122 21 0 75 301 105 27
Binary 10010 1010010 1100011 1010010 10001 0 111101 11000001 1000101 10111

Color Harmonies of #125263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125263

Black with #125263

Text Example


Text Example

White with #125263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125263; }

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

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

background-color css

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

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

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

border-color css

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

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

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