Html Css Color HEX #12415D Astronaut Blue

📋 copy color: '#12415D'

red 18 ◦ green 65 ◦ blue 93

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

Shades of Astronaut Blue #12415D

Tints of Astronaut Blue #12415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 10.23%
G = 36.93%
B = 52.84%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12415D (or 0x12415D) is known color: Astronaut Blue. HEX triplet: 12, 41 and 5D. RGB value is (18,65,93). Sum of RGB (Red+Green+Blue) = 18+65+93=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #12415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12415D is #EDBEA2. Grayscale: #353535. Windows color (decimal): -15580835 or 6111506. OLE color: 6111506.

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

Color convert

RGB 18 65 93 -
CMYK 0.81 0.30 0 0.64
HSL 202.4º 0.68% 0.22% -
HSV(B) 202.4º 0.81% 0.36% -
XYZ 4.12 4.7 11.05 -
YUV 54.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 18 65 93 0.81 0.30 0 0.64 202.4 0.68 0.22
Hex 12 41 5D 51 1E 0 40 CA 44 16
Octal 22 101 135 121 36 0 100 312 104 26
Binary 10010 1000001 1011101 1010001 11110 0 1000000 11001010 1000100 10110

Color Harmonies of #12415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12415D

Black with #12415D

Text Example


Text Example

White with #12415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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