Html Css Color HEX #12365F Regal Blue

📋 copy color: '#12365F'

red 18 ◦ green 54 ◦ blue 95

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

Shades of Regal Blue #12365F

Tints of Regal Blue #12365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 10.78%
G = 32.34%
B = 56.89%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12365F (or 0x12365F) is known color: Regal Blue. HEX triplet: 12, 36 and 5F. RGB value is (18,54,95). Sum of RGB (Red+Green+Blue) = 18+54+95=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #12365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12365F is #EDC9A0. Grayscale: #2F2F2F. Windows color (decimal): -15583649 or 6239762. OLE color: 6239762.

HSL color Cylindrical-coordinate representation of color #12365F: hue angle of 211.95º 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 #12365F is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 54 95 -
CMYK 0.81 0.43 0 0.63
HSL 211.95º 0.68% 0.22% -
HSV(B) 211.95º 0.81% 0.37% -
XYZ 3.63 3.59 11.33 -
YUV 47.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 18 54 95 0.81 0.43 0 0.63 211.95 0.68 0.22
Hex 12 36 5F 51 2B 0 3F D4 44 16
Octal 22 66 137 121 53 0 77 324 104 26
Binary 10010 110110 1011111 1010001 101011 0 111111 11010100 1000100 10110

Color Harmonies of #12365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12365F

Black with #12365F

Text Example


Text Example

White with #12365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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