Html Css Color HEX #124361 Astronaut Blue

📋 copy color: '#124361'

red 18 ◦ green 67 ◦ blue 97

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

Shades of Astronaut Blue #124361

Tints of Astronaut Blue #124361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 9.89%
G = 36.81%
B = 53.3%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124361 (or 0x124361) is known color: Astronaut Blue. HEX triplet: 12, 43 and 61. RGB value is (18,67,97). Sum of RGB (Red+Green+Blue) = 18+67+97=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #124361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124361 is #EDBC9E. Grayscale: #373737. Windows color (decimal): -15580319 or 6374162. OLE color: 6374162.

HSL color Cylindrical-coordinate representation of color #124361: hue angle of 202.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124361 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 67 97 -
CMYK 0.81 0.31 0 0.62
HSL 202.78º 0.69% 0.23% -
HSV(B) 202.78º 0.81% 0.38% -
XYZ 4.41 5.01 12.04 -
YUV 55.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 18 67 97 0.81 0.31 0 0.62 202.78 0.69 0.23
Hex 12 43 61 51 1F 0 3E CB 45 17
Octal 22 103 141 121 37 0 76 313 105 27
Binary 10010 1000011 1100001 1010001 11111 0 111110 11001011 1000101 10111

Color Harmonies of #124361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124361

Black with #124361

Text Example


Text Example

White with #124361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124361; }

 p { color: rgb(18,67,97); }

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

background-color css

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

 a { background-color: rgb(18,67,97); }

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

border-color css

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

 span { border-color: rgb(18,67,97); }

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