Html Css Color HEX #125366 Astronaut Blue

📋 copy color: '#125366'

red 18 ◦ green 83 ◦ blue 102

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

Shades of Astronaut Blue #125366

Tints of Astronaut Blue #125366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 8.87%
G = 40.89%
B = 50.25%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125366 (or 0x125366) is known color: Astronaut Blue. HEX triplet: 12, 53 and 66. RGB value is (18,83,102). Sum of RGB (Red+Green+Blue) = 18+83+102=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #125366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125366 is #EDAC99. Grayscale: #414141. Windows color (decimal): -15576218 or 6705938. OLE color: 6705938.

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

Color convert

RGB 18 83 102 -
CMYK 0.82 0.19 0 0.6
HSL 193.57º 0.7% 0.24% -
HSV(B) 193.57º 0.82% 0.4% -
XYZ 5.74 7.27 13.67 -
YUV 65.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 18 83 102 0.82 0.19 0 0.6 193.57 0.7 0.24
Hex 12 53 66 52 13 0 3C C2 46 18
Octal 22 123 146 122 23 0 74 302 106 30
Binary 10010 1010011 1100110 1010010 10011 0 111100 11000010 1000110 11000

Color Harmonies of #125366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125366

Black with #125366

Text Example


Text Example

White with #125366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125366; }

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

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

background-color css

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

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

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

border-color css

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

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

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