Html Css Color HEX #12355A Regal Blue

📋 copy color: '#12355A'

red 18 ◦ green 53 ◦ blue 90

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

Shades of Regal Blue #12355A

Tints of Regal Blue #12355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

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

R = 11.18%
G = 32.92%
B = 55.9%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12355A (or 0x12355A) is known color: Regal Blue. HEX triplet: 12, 35 and 5A. RGB value is (18,53,90). Sum of RGB (Red+Green+Blue) = 18+53+90=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #12355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12355A is #EDCAA5. Grayscale: #2E2E2E. Windows color (decimal): -15583910 or 5911826. OLE color: 5911826.

HSL color Cylindrical-coordinate representation of color #12355A: hue angle of 210.83º 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 #12355A is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 53 90 -
CMYK 0.80 0.41 0 0.65
HSL 210.83º 0.67% 0.21% -
HSV(B) 210.83º 0.8% 0.35% -
XYZ 3.37 3.41 10.15 -
YUV 46.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 18 53 90 0.80 0.41 0 0.65 210.83 0.67 0.21
Hex 12 35 5A 50 29 0 41 D3 43 15
Octal 22 65 132 120 51 0 101 323 103 25
Binary 10010 110101 1011010 1010000 101001 0 1000001 11010011 1000011 10101

Color Harmonies of #12355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12355A

Black with #12355A

Text Example


Text Example

White with #12355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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