Html Css Color HEX #124665 Astronaut Blue

📋 copy color: '#124665'

red 18 ◦ green 70 ◦ blue 101

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

Shades of Astronaut Blue #124665

Tints of Astronaut Blue #124665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 9.52%
G = 37.04%
B = 53.44%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124665 (or 0x124665) is known color: Astronaut Blue. HEX triplet: 12, 46 and 65. RGB value is (18,70,101). Sum of RGB (Red+Green+Blue) = 18+70+101=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #124665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124665 is #EDB99A. Grayscale: #393939. Windows color (decimal): -15579547 or 6637074. OLE color: 6637074.

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

Color convert

RGB 18 70 101 -
CMYK 0.82 0.31 0 0.60
HSL 202.41º 0.7% 0.23% -
HSV(B) 202.41º 0.82% 0.4% -
XYZ 4.79 5.45 13.11 -
YUV 57.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 18 70 101 0.82 0.31 0 0.60 202.41 0.7 0.23
Hex 12 46 65 52 1F 0 3C CA 46 17
Octal 22 106 145 122 37 0 74 312 106 27
Binary 10010 1000110 1100101 1010010 11111 0 111100 11001010 1000110 10111

Color Harmonies of #124665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124665

Black with #124665

Text Example


Text Example

White with #124665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124665; }

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

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

background-color css

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

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

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

border-color css

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

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

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