Html Css Color HEX #12405D Regal Blue

📋 copy color: '#12405D'

red 18 ◦ green 64 ◦ blue 93

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

Shades of Regal Blue #12405D

Tints of Regal Blue #12405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 10.29%
G = 36.57%
B = 53.14%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12405D (or 0x12405D) is known color: Regal Blue. HEX triplet: 12, 40 and 5D. RGB value is (18,64,93). Sum of RGB (Red+Green+Blue) = 18+64+93=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #12405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405D is #EDBFA2. Grayscale: #353535. Windows color (decimal): -15581091 or 6111250. OLE color: 6111250.

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

Color convert

RGB 18 64 93 -
CMYK 0.81 0.31 0 0.64
HSL 203.2º 0.68% 0.22% -
HSV(B) 203.2º 0.81% 0.36% -
XYZ 4.06 4.59 11.03 -
YUV 53.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 18 64 93 0.81 0.31 0 0.64 203.2 0.68 0.22
Hex 12 40 5D 51 1F 0 40 CB 44 16
Octal 22 100 135 121 37 0 100 313 104 26
Binary 10010 1000000 1011101 1010001 11111 0 1000000 11001011 1000100 10110

Color Harmonies of #12405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12405D

Black with #12405D

Text Example


Text Example

White with #12405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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