Html Css Color HEX #125265 Astronaut Blue

📋 copy color: '#125265'

red 18 ◦ green 82 ◦ blue 101

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

Shades of Astronaut Blue #125265

Tints of Astronaut Blue #125265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 8.96%
G = 40.8%
B = 50.25%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125265 (or 0x125265) is known color: Astronaut Blue. HEX triplet: 12, 52 and 65. RGB value is (18,82,101). Sum of RGB (Red+Green+Blue) = 18+82+101=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #125265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125265 is #EDAD9A. Grayscale: #404040. Windows color (decimal): -15576475 or 6640146. OLE color: 6640146.

HSL color Cylindrical-coordinate representation of color #125265: hue angle of 193.73º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125265 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 82 101 -
CMYK 0.82 0.19 0 0.60
HSL 193.73º 0.7% 0.23% -
HSV(B) 193.73º 0.82% 0.4% -
XYZ 5.62 7.1 13.39 -
YUV 65.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 18 82 101 0.82 0.19 0 0.60 193.73 0.7 0.23
Hex 12 52 65 52 13 0 3C C2 46 17
Octal 22 122 145 122 23 0 74 302 106 27
Binary 10010 1010010 1100101 1010010 10011 0 111100 11000010 1000110 10111

Color Harmonies of #125265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125265

Black with #125265

Text Example


Text Example

White with #125265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125265; }

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

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

background-color css

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

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

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

border-color css

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

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

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