Html Css Color HEX #123553 Regal Blue

📋 copy color: '#123553'

red 18 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #123553

Tints of Regal Blue #123553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.9%

R = 11.69%
G = 34.42%
B = 53.9%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123553 (or 0x123553) is known color: Regal Blue. HEX triplet: 12, 35 and 53. RGB value is (18,53,83). Sum of RGB (Red+Green+Blue) = 18+53+83=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #123553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123553 is #EDCAAC. Grayscale: #2D2D2D. Windows color (decimal): -15583917 or 5453074. OLE color: 5453074.

HSL color Cylindrical-coordinate representation of color #123553: hue angle of 207.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123553 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 53 83 -
CMYK 0.78 0.36 0 0.67
HSL 207.69º 0.64% 0.2% -
HSV(B) 207.69º 0.78% 0.33% -
XYZ 3.08 3.3 8.66 -
YUV 45.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 18 53 83 0.78 0.36 0 0.67 207.69 0.64 0.2
Hex 12 35 53 4E 24 0 43 D0 40 14
Octal 22 65 123 116 44 0 103 320 100 24
Binary 10010 110101 1010011 1001110 100100 0 1000011 11010000 1000000 10100

Color Harmonies of #123553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123553

Black with #123553

Text Example


Text Example

White with #123553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123553; }

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

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

background-color css

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

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

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

border-color css

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

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

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