Html Css Color HEX #125364 Astronaut Blue

📋 copy color: '#125364'

red 18 ◦ green 83 ◦ blue 100

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

Shades of Astronaut Blue #125364

Tints of Astronaut Blue #125364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.75%

R = 8.96%
G = 41.29%
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

#125364 (or 0x125364) is known color: Astronaut Blue. HEX triplet: 12, 53 and 64. RGB value is (18,83,100). Sum of RGB (Red+Green+Blue) = 18+83+100=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #125364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125364 is #EDAC9B. Grayscale: #414141. Windows color (decimal): -15576220 or 6574866. OLE color: 6574866.

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

Color convert

RGB 18 83 100 -
CMYK 0.82 0.17 0 0.61
HSL 192.44º 0.69% 0.23% -
HSV(B) 192.44º 0.82% 0.39% -
XYZ 5.64 7.24 13.16 -
YUV 65.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 18 83 100 0.82 0.17 0 0.61 192.44 0.69 0.23
Hex 12 53 64 52 11 0 3D C0 45 17
Octal 22 123 144 122 21 0 75 300 105 27
Binary 10010 1010011 1100100 1010010 10001 0 111101 11000000 1000101 10111

Color Harmonies of #125364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125364

Black with #125364

Text Example


Text Example

White with #125364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125364; }

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

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

background-color css

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

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

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

border-color css

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

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

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