Html Css Color HEX #12455A Astronaut Blue

📋 copy color: '#12455A'

red 18 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #12455A

Tints of Astronaut Blue #12455A

RGB

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

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

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

R = 10.17%
G = 38.98%
B = 50.85%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12455A (or 0x12455A) is known color: Astronaut Blue. HEX triplet: 12, 45 and 5A. RGB value is (18,69,90). Sum of RGB (Red+Green+Blue) = 18+69+90=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #12455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12455A is #EDBAA5. Grayscale: #383838. Windows color (decimal): -15579814 or 5915922. OLE color: 5915922.

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

Color convert

RGB 18 69 90 -
CMYK 0.80 0.23 0 0.65
HSL 197.5º 0.67% 0.21% -
HSV(B) 197.5º 0.8% 0.35% -
XYZ 4.22 5.12 10.44 -
YUV 56.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 18 69 90 0.80 0.23 0 0.65 197.5 0.67 0.21
Hex 12 45 5A 50 17 0 41 C6 43 15
Octal 22 105 132 120 27 0 101 306 103 25
Binary 10010 1000101 1011010 1010000 10111 0 1000001 11000110 1000011 10101

Color Harmonies of #12455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12455A

Black with #12455A

Text Example


Text Example

White with #12455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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