Html Css Color HEX #12445A Astronaut Blue

📋 copy color: '#12445A'

red 18 ◦ green 68 ◦ blue 90

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

Shades of Astronaut Blue #12445A

Tints of Astronaut Blue #12445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 10.23%
G = 38.64%
B = 51.14%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12445A (or 0x12445A) is known color: Astronaut Blue. HEX triplet: 12, 44 and 5A. RGB value is (18,68,90). Sum of RGB (Red+Green+Blue) = 18+68+90=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #12445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445A is #EDBBA5. Grayscale: #373737. Windows color (decimal): -15580070 or 5915666. OLE color: 5915666.

HSL color Cylindrical-coordinate representation of color #12445A: hue angle of 198.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12445A is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 68 90 -
CMYK 0.80 0.24 0 0.65
HSL 198.33º 0.67% 0.21% -
HSV(B) 198.33º 0.8% 0.35% -
XYZ 4.16 5 10.42 -
YUV 55.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 18 68 90 0.80 0.24 0 0.65 198.33 0.67 0.21
Hex 12 44 5A 50 18 0 41 C6 43 15
Octal 22 104 132 120 30 0 101 306 103 25
Binary 10010 1000100 1011010 1010000 11000 0 1000001 11000110 1000011 10101

Color Harmonies of #12445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12445A

Black with #12445A

Text Example


Text Example

White with #12445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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