Html Css Color HEX #12325A Regal Blue

📋 copy color: '#12325A'

red 18 ◦ green 50 ◦ blue 90

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

Shades of Regal Blue #12325A

Tints of Regal Blue #12325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 11.39%
G = 31.65%
B = 56.96%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12325A (or 0x12325A) is known color: Regal Blue. HEX triplet: 12, 32 and 5A. RGB value is (18,50,90). Sum of RGB (Red+Green+Blue) = 18+50+90=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #12325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12325A is #EDCDA5. Grayscale: #2C2C2C. Windows color (decimal): -15584678 or 5911058. OLE color: 5911058.

HSL color Cylindrical-coordinate representation of color #12325A: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12325A is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 50 90 -
CMYK 0.80 0.44 0 0.65
HSL 213.33º 0.67% 0.21% -
HSV(B) 213.33º 0.8% 0.35% -
XYZ 3.24 3.15 10.11 -
YUV 44.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 18 50 90 0.80 0.44 0 0.65 213.33 0.67 0.21
Hex 12 32 5A 50 2C 0 41 D5 43 15
Octal 22 62 132 120 54 0 101 325 103 25
Binary 10010 110010 1011010 1010000 101100 0 1000001 11010101 1000011 10101

Color Harmonies of #12325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12325A

Black with #12325A

Text Example


Text Example

White with #12325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12325A; }

 p { color: rgb(18,50,90); }

 H1.HeaderClassName
 {
   color: #12325A;
 }
 .AnyTagClassName
 {
   color: #12325A;
 }
</style>

background-color css

<style>
 a { background-color: #12325A; }

 a { background-color: rgb(18,50,90); }

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

border-color css

<style>
 span { border-color: #12325A; }

 span { border-color: rgb(18,50,90); }

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