Html Css Color HEX #12395E Regal Blue

📋 copy color: '#12395E'

red 18 ◦ green 57 ◦ blue 94

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

Shades of Regal Blue #12395E

Tints of Regal Blue #12395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

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

R = 10.65%
G = 33.73%
B = 55.62%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12395E (or 0x12395E) is known color: Regal Blue. HEX triplet: 12, 39 and 5E. RGB value is (18,57,94). Sum of RGB (Red+Green+Blue) = 18+57+94=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #12395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395E is #EDC6A1. Grayscale: #313131. Windows color (decimal): -15582882 or 6174994. OLE color: 6174994.

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

Color convert

RGB 18 57 94 -
CMYK 0.81 0.39 0 0.63
HSL 209.21º 0.68% 0.22% -
HSV(B) 209.21º 0.81% 0.37% -
XYZ 3.73 3.86 11.14 -
YUV 49.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 18 57 94 0.81 0.39 0 0.63 209.21 0.68 0.22
Hex 12 39 5E 51 27 0 3F D1 44 16
Octal 22 71 136 121 47 0 77 321 104 26
Binary 10010 111001 1011110 1010001 100111 0 111111 11010001 1000100 10110

Color Harmonies of #12395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12395E

Black with #12395E

Text Example


Text Example

White with #12395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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