Html Css Color HEX #12365D Regal Blue

📋 copy color: '#12365D'

red 18 ◦ green 54 ◦ blue 93

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

Shades of Regal Blue #12365D

Tints of Regal Blue #12365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

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

R = 10.91%
G = 32.73%
B = 56.36%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12365D (or 0x12365D) is known color: Regal Blue. HEX triplet: 12, 36 and 5D. RGB value is (18,54,93). Sum of RGB (Red+Green+Blue) = 18+54+93=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #12365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12365D is #EDC9A2. Grayscale: #2F2F2F. Windows color (decimal): -15583651 or 6108690. OLE color: 6108690.

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

Color convert

RGB 18 54 93 -
CMYK 0.81 0.42 0 0.64
HSL 211.2º 0.68% 0.22% -
HSV(B) 211.2º 0.81% 0.36% -
XYZ 3.54 3.56 10.86 -
YUV 47.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 18 54 93 0.81 0.42 0 0.64 211.2 0.68 0.22
Hex 12 36 5D 51 2A 0 40 D3 44 16
Octal 22 66 135 121 52 0 100 323 104 26
Binary 10010 110110 1011101 1010001 101010 0 1000000 11010011 1000100 10110

Color Harmonies of #12365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12365D

Black with #12365D

Text Example


Text Example

White with #12365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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