Html Css Color HEX #12455E Astronaut Blue

📋 copy color: '#12455E'

red 18 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #12455E

Tints of Astronaut Blue #12455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

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

R = 9.94%
G = 38.12%
B = 51.93%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12455E (or 0x12455E) is known color: Astronaut Blue. HEX triplet: 12, 45 and 5E. RGB value is (18,69,94). Sum of RGB (Red+Green+Blue) = 18+69+94=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #12455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12455E is #EDBAA1. Grayscale: #383838. Windows color (decimal): -15579810 or 6178066. OLE color: 6178066.

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

Color convert

RGB 18 69 94 -
CMYK 0.81 0.27 0 0.63
HSL 199.74º 0.68% 0.22% -
HSV(B) 199.74º 0.81% 0.37% -
XYZ 4.4 5.19 11.36 -
YUV 56.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 18 69 94 0.81 0.27 0 0.63 199.74 0.68 0.22
Hex 12 45 5E 51 1B 0 3F C8 44 16
Octal 22 105 136 121 33 0 77 310 104 26
Binary 10010 1000101 1011110 1010001 11011 0 111111 11001000 1000100 10110

Color Harmonies of #12455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12455E

Black with #12455E

Text Example


Text Example

White with #12455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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