Html Css Color HEX #12415E Regal Blue

📋 copy color: '#12415E'

red 18 ◦ green 65 ◦ blue 94

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

Shades of Regal Blue #12415E

Tints of Regal Blue #12415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 10.17%
G = 36.72%
B = 53.11%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12415E (or 0x12415E) is known color: Regal Blue. HEX triplet: 12, 41 and 5E. RGB value is (18,65,94). Sum of RGB (Red+Green+Blue) = 18+65+94=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #12415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12415E is #EDBEA1. Grayscale: #363636. Windows color (decimal): -15580834 or 6177042. OLE color: 6177042.

HSL color Cylindrical-coordinate representation of color #12415E: hue angle of 202.89º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12415E is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 65 94 -
CMYK 0.81 0.31 0 0.63
HSL 202.89º 0.68% 0.22% -
HSV(B) 202.89º 0.81% 0.37% -
XYZ 4.16 4.72 11.28 -
YUV 54.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 18 65 94 0.81 0.31 0 0.63 202.89 0.68 0.22
Hex 12 41 5E 51 1F 0 3F CB 44 16
Octal 22 101 136 121 37 0 77 313 104 26
Binary 10010 1000001 1011110 1010001 11111 0 111111 11001011 1000100 10110

Color Harmonies of #12415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12415E

Black with #12415E

Text Example


Text Example

White with #12415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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