Html Css Color HEX #125262 Astronaut Blue

📋 copy color: '#125262'

red 18 ◦ green 82 ◦ blue 98

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

Shades of Astronaut Blue #125262

Tints of Astronaut Blue #125262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.49%

R = 9.09%
G = 41.41%
B = 49.49%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125262 (or 0x125262) is known color: Astronaut Blue. HEX triplet: 12, 52 and 62. RGB value is (18,82,98). Sum of RGB (Red+Green+Blue) = 18+82+98=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #125262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125262 is #EDAD9D. Grayscale: #404040. Windows color (decimal): -15576478 or 6443538. OLE color: 6443538.

HSL color Cylindrical-coordinate representation of color #125262: hue angle of 192º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125262 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 82 98 -
CMYK 0.82 0.16 0 0.62
HSL 192º 0.69% 0.23% -
HSV(B) 192º 0.82% 0.38% -
XYZ 5.47 7.05 12.63 -
YUV 64.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 18 82 98 0.82 0.16 0 0.62 192 0.69 0.23
Hex 12 52 62 52 10 0 3E C0 45 17
Octal 22 122 142 122 20 0 76 300 105 27
Binary 10010 1010010 1100010 1010010 10000 0 111110 11000000 1000101 10111

Color Harmonies of #125262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125262

Black with #125262

Text Example


Text Example

White with #125262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125262; }

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

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

background-color css

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

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

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

border-color css

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

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

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