Html Css Color HEX #12445B Astronaut Blue

📋 copy color: '#12445B'

red 18 ◦ green 68 ◦ blue 91

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

Shades of Astronaut Blue #12445B

Tints of Astronaut Blue #12445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 10.17%
G = 38.42%
B = 51.41%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12445B (or 0x12445B) is known color: Astronaut Blue. HEX triplet: 12, 44 and 5B. RGB value is (18,68,91). Sum of RGB (Red+Green+Blue) = 18+68+91=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #12445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445B is #EDBBA4. Grayscale: #373737. Windows color (decimal): -15580069 or 5981202. OLE color: 5981202.

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

Color convert

RGB 18 68 91 -
CMYK 0.80 0.25 0 0.64
HSL 198.9º 0.67% 0.21% -
HSV(B) 198.9º 0.8% 0.36% -
XYZ 4.2 5.02 10.64 -
YUV 55.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 18 68 91 0.80 0.25 0 0.64 198.9 0.67 0.21
Hex 12 44 5B 50 19 0 40 C7 43 15
Octal 22 104 133 120 31 0 100 307 103 25
Binary 10010 1000100 1011011 1010000 11001 0 1000000 11000111 1000011 10101

Color Harmonies of #12445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12445B

Black with #12445B

Text Example


Text Example

White with #12445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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