Html Css Color HEX #124465 Astronaut Blue

📋 copy color: '#124465'

red 18 ◦ green 68 ◦ blue 101

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

Shades of Astronaut Blue #124465

Tints of Astronaut Blue #124465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 9.63%
G = 36.36%
B = 54.01%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124465 (or 0x124465) is known color: Astronaut Blue. HEX triplet: 12, 44 and 65. RGB value is (18,68,101). Sum of RGB (Red+Green+Blue) = 18+68+101=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #124465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124465 is #EDBB9A. Grayscale: #383838. Windows color (decimal): -15580059 or 6636562. OLE color: 6636562.

HSL color Cylindrical-coordinate representation of color #124465: hue angle of 203.86º 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 #124465 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 68 101 -
CMYK 0.82 0.33 0 0.60
HSL 203.86º 0.7% 0.23% -
HSV(B) 203.86º 0.82% 0.4% -
XYZ 4.67 5.2 13.07 -
YUV 56.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 18 68 101 0.82 0.33 0 0.60 203.86 0.7 0.23
Hex 12 44 65 52 21 0 3C CC 46 17
Octal 22 104 145 122 41 0 74 314 106 27
Binary 10010 1000100 1100101 1010010 100001 0 111100 11001100 1000110 10111

Color Harmonies of #124465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124465

Black with #124465

Text Example


Text Example

White with #124465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124465; }

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

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

background-color css

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

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

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

border-color css

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

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

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