Html Css Color HEX #12395C Regal Blue

📋 copy color: '#12395C'

red 18 ◦ green 57 ◦ blue 92

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

Shades of Regal Blue #12395C

Tints of Regal Blue #12395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 10.78%
G = 34.13%
B = 55.09%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12395C (or 0x12395C) is known color: Regal Blue. HEX triplet: 12, 39 and 5C. RGB value is (18,57,92). Sum of RGB (Red+Green+Blue) = 18+57+92=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #12395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395C is #EDC6A3. Grayscale: #313131. Windows color (decimal): -15582884 or 6043922. OLE color: 6043922.

HSL color Cylindrical-coordinate representation of color #12395C: hue angle of 208.38º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12395C is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 57 92 -
CMYK 0.80 0.38 0 0.64
HSL 208.38º 0.67% 0.22% -
HSV(B) 208.38º 0.8% 0.36% -
XYZ 3.64 3.83 10.67 -
YUV 49.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 18 57 92 0.80 0.38 0 0.64 208.38 0.67 0.22
Hex 12 39 5C 50 26 0 40 D0 43 16
Octal 22 71 134 120 46 0 100 320 103 26
Binary 10010 111001 1011100 1010000 100110 0 1000000 11010000 1000011 10110

Color Harmonies of #12395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12395C

Black with #12395C

Text Example


Text Example

White with #12395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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