Html Css Color HEX #12465A Astronaut Blue

📋 copy color: '#12465A'

red 18 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #12465A

Tints of Astronaut Blue #12465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 10.11%
G = 39.33%
B = 50.56%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12465A (or 0x12465A) is known color: Astronaut Blue. HEX triplet: 12, 46 and 5A. RGB value is (18,70,90). Sum of RGB (Red+Green+Blue) = 18+70+90=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #12465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12465A is #EDB9A5. Grayscale: #383838. Windows color (decimal): -15579558 or 5916178. OLE color: 5916178.

HSL color Cylindrical-coordinate representation of color #12465A: hue angle of 196.67º 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 #12465A is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 70 90 -
CMYK 0.80 0.22 0 0.65
HSL 196.67º 0.67% 0.21% -
HSV(B) 196.67º 0.8% 0.35% -
XYZ 4.29 5.25 10.46 -
YUV 56.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 18 70 90 0.80 0.22 0 0.65 196.67 0.67 0.21
Hex 12 46 5A 50 16 0 41 C5 43 15
Octal 22 106 132 120 26 0 101 305 103 25
Binary 10010 1000110 1011010 1010000 10110 0 1000001 11000101 1000011 10101

Color Harmonies of #12465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12465A

Black with #12465A

Text Example


Text Example

White with #12465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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