Html Css Color HEX #12445E Astronaut Blue

📋 copy color: '#12445E'

red 18 ◦ green 68 ◦ blue 94

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

Shades of Astronaut Blue #12445E

Tints of Astronaut Blue #12445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.22%

R = 10%
G = 37.78%
B = 52.22%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12445E (or 0x12445E) is known color: Astronaut Blue. HEX triplet: 12, 44 and 5E. RGB value is (18,68,94). Sum of RGB (Red+Green+Blue) = 18+68+94=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #12445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445E is #EDBBA1. Grayscale: #373737. Windows color (decimal): -15580066 or 6177810. OLE color: 6177810.

HSL color Cylindrical-coordinate representation of color #12445E: hue angle of 200.53º 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 #12445E is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 68 94 -
CMYK 0.81 0.28 0 0.63
HSL 200.53º 0.68% 0.22% -
HSV(B) 200.53º 0.81% 0.37% -
XYZ 4.34 5.07 11.34 -
YUV 56.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 18 68 94 0.81 0.28 0 0.63 200.53 0.68 0.22
Hex 12 44 5E 51 1C 0 3F C9 44 16
Octal 22 104 136 121 34 0 77 311 104 26
Binary 10010 1000100 1011110 1010001 11100 0 111111 11001001 1000100 10110

Color Harmonies of #12445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12445E

Black with #12445E

Text Example


Text Example

White with #12445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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