Html Css Color HEX #124F69 Astronaut Blue

📋 copy color: '#124F69'

red 18 ◦ green 79 ◦ blue 105

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

Shades of Astronaut Blue #124F69

Tints of Astronaut Blue #124F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 8.91%
G = 39.11%
B = 51.98%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124F69 (or 0x124F69) is known color: Astronaut Blue. HEX triplet: 12, 4F and 69. RGB value is (18,79,105). Sum of RGB (Red+Green+Blue) = 18+79+105=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #124F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F69 is #EDB096. Grayscale: #3F3F3F. Windows color (decimal): -15577239 or 6901522. OLE color: 6901522.

HSL color Cylindrical-coordinate representation of color #124F69: hue angle of 197.93º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124F69 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 79 105 -
CMYK 0.83 0.25 0 0.59
HSL 197.93º 0.71% 0.24% -
HSV(B) 197.93º 0.83% 0.41% -
XYZ 5.6 6.74 14.37 -
YUV 63.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 18 79 105 0.83 0.25 0 0.59 197.93 0.71 0.24
Hex 12 4F 69 53 19 0 3B C6 47 18
Octal 22 117 151 123 31 0 73 306 107 30
Binary 10010 1001111 1101001 1010011 11001 0 111011 11000110 1000111 11000

Color Harmonies of #124F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F69

Black with #124F69

Text Example


Text Example

White with #124F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F69; }

 p { color: rgb(18,79,105); }

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

background-color css

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

 a { background-color: rgb(18,79,105); }

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

border-color css

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

 span { border-color: rgb(18,79,105); }

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