Html Css Color HEX #125069 Astronaut Blue

📋 copy color: '#125069'

red 18 ◦ green 80 ◦ blue 105

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

Shades of Astronaut Blue #125069

Tints of Astronaut Blue #125069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 8.87%
G = 39.41%
B = 51.72%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125069 (or 0x125069) is known color: Astronaut Blue. HEX triplet: 12, 50 and 69. RGB value is (18,80,105). Sum of RGB (Red+Green+Blue) = 18+80+105=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #125069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125069 is #EDAF96. Grayscale: #404040. Windows color (decimal): -15576983 or 6901778. OLE color: 6901778.

HSL color Cylindrical-coordinate representation of color #125069: hue angle of 197.24º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125069 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 80 105 -
CMYK 0.83 0.24 0 0.59
HSL 197.24º 0.71% 0.24% -
HSV(B) 197.24º 0.83% 0.41% -
XYZ 5.67 6.89 14.39 -
YUV 64.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 18 80 105 0.83 0.24 0 0.59 197.24 0.71 0.24
Hex 12 50 69 53 18 0 3B C5 47 18
Octal 22 120 151 123 30 0 73 305 107 30
Binary 10010 1010000 1101001 1010011 11000 0 111011 11000101 1000111 11000

Color Harmonies of #125069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125069

Black with #125069

Text Example


Text Example

White with #125069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125069; }

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

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

background-color css

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

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

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

border-color css

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

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

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