Html Css Color HEX #123653 Regal Blue

📋 copy color: '#123653'

red 18 ◦ green 54 ◦ blue 83

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

Shades of Regal Blue #123653

Tints of Regal Blue #123653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

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

R = 11.61%
G = 34.84%
B = 53.55%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123653 (or 0x123653) is known color: Regal Blue. HEX triplet: 12, 36 and 53. RGB value is (18,54,83). Sum of RGB (Red+Green+Blue) = 18+54+83=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #123653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123653 is #EDC9AC. Grayscale: #2E2E2E. Windows color (decimal): -15583661 or 5453330. OLE color: 5453330.

HSL color Cylindrical-coordinate representation of color #123653: hue angle of 206.77º 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 #123653 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 54 83 -
CMYK 0.78 0.35 0 0.67
HSL 206.77º 0.64% 0.2% -
HSV(B) 206.77º 0.78% 0.33% -
XYZ 3.13 3.39 8.67 -
YUV 46.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 18 54 83 0.78 0.35 0 0.67 206.77 0.64 0.2
Hex 12 36 53 4E 23 0 43 CF 40 14
Octal 22 66 123 116 43 0 103 317 100 24
Binary 10010 110110 1010011 1001110 100011 0 1000011 11001111 1000000 10100

Color Harmonies of #123653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123653

Black with #123653

Text Example


Text Example

White with #123653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123653; }

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

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

background-color css

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

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

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

border-color css

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

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

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