Html Css Color HEX #12445F Astronaut Blue

📋 copy color: '#12445F'

red 18 ◦ green 68 ◦ blue 95

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

Shades of Astronaut Blue #12445F

Tints of Astronaut Blue #12445F

RGB

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

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

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

R = 9.94%
G = 37.57%
B = 52.49%

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

#12445F (or 0x12445F) is known color: Astronaut Blue. HEX triplet: 12, 44 and 5F. RGB value is (18,68,95). Sum of RGB (Red+Green+Blue) = 18+68+95=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #12445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445F is #EDBBA0. Grayscale: #373737. Windows color (decimal): -15580065 or 6243346. OLE color: 6243346.

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

Color convert

RGB 18 68 95 -
CMYK 0.81 0.28 0 0.63
HSL 201.04º 0.68% 0.22% -
HSV(B) 201.04º 0.81% 0.37% -
XYZ 4.38 5.09 11.58 -
YUV 56.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 18 68 95 0.81 0.28 0 0.63 201.04 0.68 0.22
Hex 12 44 5F 51 1C 0 3F C9 44 16
Octal 22 104 137 121 34 0 77 311 104 26
Binary 10010 1000100 1011111 1010001 11100 0 111111 11001001 1000100 10110

Color Harmonies of #12445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12445F

Black with #12445F

Text Example


Text Example

White with #12445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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