Html Css Color HEX #125365 Astronaut Blue

📋 copy color: '#125365'

red 18 ◦ green 83 ◦ blue 101

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

Shades of Astronaut Blue #125365

Tints of Astronaut Blue #125365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 8.91%
G = 41.09%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125365 (or 0x125365) is known color: Astronaut Blue. HEX triplet: 12, 53 and 65. RGB value is (18,83,101). Sum of RGB (Red+Green+Blue) = 18+83+101=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #125365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125365 is #EDAC9A. Grayscale: #414141. Windows color (decimal): -15576219 or 6640402. OLE color: 6640402.

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

Color convert

RGB 18 83 101 -
CMYK 0.82 0.18 0 0.60
HSL 193.01º 0.7% 0.23% -
HSV(B) 193.01º 0.82% 0.4% -
XYZ 5.69 7.25 13.41 -
YUV 65.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 18 83 101 0.82 0.18 0 0.60 193.01 0.7 0.23
Hex 12 53 65 52 12 0 3C C1 46 17
Octal 22 123 145 122 22 0 74 301 106 27
Binary 10010 1010011 1100101 1010010 10010 0 111100 11000001 1000110 10111

Color Harmonies of #125365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125365

Black with #125365

Text Example


Text Example

White with #125365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125365; }

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

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

background-color css

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

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

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

border-color css

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

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

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