Html Css Color HEX #124655 Astronaut Blue

📋 copy color: '#124655'

red 18 ◦ green 70 ◦ blue 85

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

Shades of Astronaut Blue #124655

Tints of Astronaut Blue #124655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 10.4%
G = 40.46%
B = 49.13%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#124655 (or 0x124655) is known color: Astronaut Blue. HEX triplet: 12, 46 and 55. RGB value is (18,70,85). Sum of RGB (Red+Green+Blue) = 18+70+85=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #124655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124655 is #EDB9AA. Grayscale: #383838. Windows color (decimal): -15579563 or 5588498. OLE color: 5588498.

HSL color Cylindrical-coordinate representation of color #124655: hue angle of 193.43º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124655 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 70 85 -
CMYK 0.79 0.18 0 0.67
HSL 193.43º 0.65% 0.2% -
HSV(B) 193.43º 0.79% 0.33% -
XYZ 4.08 5.16 9.38 -
YUV 56.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 18 70 85 0.79 0.18 0 0.67 193.43 0.65 0.2
Hex 12 46 55 4F 12 0 43 C1 41 14
Octal 22 106 125 117 22 0 103 301 101 24
Binary 10010 1000110 1010101 1001111 10010 0 1000011 11000001 1000001 10100

Color Harmonies of #124655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124655

Black with #124655

Text Example


Text Example

White with #124655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124655; }

 p { color: rgb(18,70,85); }

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

background-color css

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

 a { background-color: rgb(18,70,85); }

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

border-color css

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

 span { border-color: rgb(18,70,85); }

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