Html Css Color HEX #12395D Regal Blue

📋 copy color: '#12395D'

red 18 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #12395D

Tints of Regal Blue #12395D

RGB

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

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

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

R = 10.71%
G = 33.93%
B = 55.36%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12395D (or 0x12395D) is known color: Regal Blue. HEX triplet: 12, 39 and 5D. RGB value is (18,57,93). Sum of RGB (Red+Green+Blue) = 18+57+93=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #12395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395D is #EDC6A2. Grayscale: #313131. Windows color (decimal): -15582883 or 6109458. OLE color: 6109458.

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

Color convert

RGB 18 57 93 -
CMYK 0.81 0.39 0 0.64
HSL 208.8º 0.68% 0.22% -
HSV(B) 208.8º 0.81% 0.36% -
XYZ 3.69 3.85 10.9 -
YUV 49.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 18 57 93 0.81 0.39 0 0.64 208.8 0.68 0.22
Hex 12 39 5D 51 27 0 40 D1 44 16
Octal 22 71 135 121 47 0 100 321 104 26
Binary 10010 111001 1011101 1010001 100111 0 1000000 11010001 1000100 10110

Color Harmonies of #12395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12395D

Black with #12395D

Text Example


Text Example

White with #12395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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