Html Css Color HEX #12455D Astronaut Blue

📋 copy color: '#12455D'

red 18 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #12455D

Tints of Astronaut Blue #12455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 10%
G = 38.33%
B = 51.67%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12455D (or 0x12455D) is known color: Astronaut Blue. HEX triplet: 12, 45 and 5D. RGB value is (18,69,93). Sum of RGB (Red+Green+Blue) = 18+69+93=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #12455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12455D is #EDBAA2. Grayscale: #383838. Windows color (decimal): -15579811 or 6112530. OLE color: 6112530.

HSL color Cylindrical-coordinate representation of color #12455D: hue angle of 199.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12455D is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 69 93 -
CMYK 0.81 0.26 0 0.64
HSL 199.2º 0.68% 0.22% -
HSV(B) 199.2º 0.81% 0.36% -
XYZ 4.35 5.18 11.13 -
YUV 56.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 18 69 93 0.81 0.26 0 0.64 199.2 0.68 0.22
Hex 12 45 5D 51 1A 0 40 C7 44 16
Octal 22 105 135 121 32 0 100 307 104 26
Binary 10010 1000101 1011101 1010001 11010 0 1000000 11000111 1000100 10110

Color Harmonies of #12455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12455D

Black with #12455D

Text Example


Text Example

White with #12455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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