Html Css Color HEX #123F57 Astronaut Blue

📋 copy color: '#123F57'

red 18 ◦ green 63 ◦ blue 87

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

Shades of Astronaut Blue #123F57

Tints of Astronaut Blue #123F57

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 10.71%
G = 37.5%
B = 51.79%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123F57 (or 0x123F57) is known color: Astronaut Blue. HEX triplet: 12, 3F and 57. RGB value is (18,63,87). Sum of RGB (Red+Green+Blue) = 18+63+87=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #123F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F57 is #EDC0A8. Grayscale: #343434. Windows color (decimal): -15581353 or 5717778. OLE color: 5717778.

HSL color Cylindrical-coordinate representation of color #123F57: hue angle of 200.87º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123F57 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 63 87 -
CMYK 0.79 0.28 0 0.66
HSL 200.87º 0.66% 0.21% -
HSV(B) 200.87º 0.79% 0.34% -
XYZ 3.75 4.37 9.66 -
YUV 52.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 18 63 87 0.79 0.28 0 0.66 200.87 0.66 0.21
Hex 12 3F 57 4F 1C 0 42 C9 42 15
Octal 22 77 127 117 34 0 102 311 102 25
Binary 10010 111111 1010111 1001111 11100 0 1000010 11001001 1000010 10101

Color Harmonies of #123F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F57

Black with #123F57

Text Example


Text Example

White with #123F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F57; }

 p { color: rgb(18,63,87); }

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

background-color css

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

 a { background-color: rgb(18,63,87); }

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

border-color css

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

 span { border-color: rgb(18,63,87); }

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