Html Css Color HEX #12485F Astronaut Blue

📋 copy color: '#12485F'

red 18 ◦ green 72 ◦ blue 95

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

Shades of Astronaut Blue #12485F

Tints of Astronaut Blue #12485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 9.73%
G = 38.92%
B = 51.35%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12485F (or 0x12485F) is known color: Astronaut Blue. HEX triplet: 12, 48 and 5F. RGB value is (18,72,95). Sum of RGB (Red+Green+Blue) = 18+72+95=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #12485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485F is #EDB7A0. Grayscale: #3A3A3A. Windows color (decimal): -15579041 or 6244370. OLE color: 6244370.

HSL color Cylindrical-coordinate representation of color #12485F: hue angle of 197.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12485F is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 72 95 -
CMYK 0.81 0.24 0 0.63
HSL 197.92º 0.68% 0.22% -
HSV(B) 197.92º 0.81% 0.37% -
XYZ 4.63 5.59 11.66 -
YUV 58.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 18 72 95 0.81 0.24 0 0.63 197.92 0.68 0.22
Hex 12 48 5F 51 18 0 3F C6 44 16
Octal 22 110 137 121 30 0 77 306 104 26
Binary 10010 1001000 1011111 1010001 11000 0 111111 11000110 1000100 10110

Color Harmonies of #12485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12485F

Black with #12485F

Text Example


Text Example

White with #12485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12485F; }

 p { color: rgb(18,72,95); }

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

background-color css

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

 a { background-color: rgb(18,72,95); }

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

border-color css

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

 span { border-color: rgb(18,72,95); }

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