Html Css Color HEX #12425D Astronaut Blue

📋 copy color: '#12425D'

red 18 ◦ green 66 ◦ blue 93

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

Shades of Astronaut Blue #12425D

Tints of Astronaut Blue #12425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

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

R = 10.17%
G = 37.29%
B = 52.54%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12425D (or 0x12425D) is known color: Astronaut Blue. HEX triplet: 12, 42 and 5D. RGB value is (18,66,93). Sum of RGB (Red+Green+Blue) = 18+66+93=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #12425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12425D is #EDBDA2. Grayscale: #363636. Windows color (decimal): -15580579 or 6111762. OLE color: 6111762.

HSL color Cylindrical-coordinate representation of color #12425D: hue angle of 201.6º 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 #12425D is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 66 93 -
CMYK 0.81 0.29 0 0.64
HSL 201.6º 0.68% 0.22% -
HSV(B) 201.6º 0.81% 0.36% -
XYZ 4.17 4.82 11.07 -
YUV 54.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 18 66 93 0.81 0.29 0 0.64 201.6 0.68 0.22
Hex 12 42 5D 51 1D 0 40 CA 44 16
Octal 22 102 135 121 35 0 100 312 104 26
Binary 10010 1000010 1011101 1010001 11101 0 1000000 11001010 1000100 10110

Color Harmonies of #12425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12425D

Black with #12425D

Text Example


Text Example

White with #12425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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