Html Css Color HEX #12395F Regal Blue

📋 copy color: '#12395F'

red 18 ◦ green 57 ◦ blue 95

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

Shades of Regal Blue #12395F

Tints of Regal Blue #12395F

RGB

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

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

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

R = 10.59%
G = 33.53%
B = 55.88%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12395F (or 0x12395F) is known color: Regal Blue. HEX triplet: 12, 39 and 5F. RGB value is (18,57,95). Sum of RGB (Red+Green+Blue) = 18+57+95=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #12395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395F is #EDC6A0. Grayscale: #313131. Windows color (decimal): -15582881 or 6240530. OLE color: 6240530.

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

Color convert

RGB 18 57 95 -
CMYK 0.81 0.40 0 0.63
HSL 209.61º 0.68% 0.22% -
HSV(B) 209.61º 0.81% 0.37% -
XYZ 3.78 3.88 11.38 -
YUV 49.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 18 57 95 0.81 0.40 0 0.63 209.61 0.68 0.22
Hex 12 39 5F 51 28 0 3F D2 44 16
Octal 22 71 137 121 50 0 77 322 104 26
Binary 10010 111001 1011111 1010001 101000 0 111111 11010010 1000100 10110

Color Harmonies of #12395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12395F

Black with #12395F

Text Example


Text Example

White with #12395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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