Html Css Color HEX #123C64 Regal Blue

📋 copy color: '#123C64'

red 18 ◦ green 60 ◦ blue 100

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

Shades of Regal Blue #123C64

Tints of Regal Blue #123C64

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

 BLUE value IS 100 (39.45% from 255) = 56.18%

R = 10.11%
G = 33.71%
B = 56.18%

CMYK

 C value IS 0.82

 M value IS 0.4

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#123C64 (or 0x123C64) is known color: Regal Blue. HEX triplet: 12, 3C and 64. RGB value is (18,60,100). Sum of RGB (Red+Green+Blue) = 18+60+100=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #123C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C64 is #EDC39B. Grayscale: #333333. Windows color (decimal): -15582108 or 6568978. OLE color: 6568978.

HSL color Cylindrical-coordinate representation of color #123C64: hue angle of 209.27º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123C64 is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 60 100 -
CMYK 0.82 0.4 0 0.61
HSL 209.27º 0.69% 0.23% -
HSV(B) 209.27º 0.82% 0.39% -
XYZ 4.17 4.28 12.66 -
YUV 52 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 18 60 100 0.82 0.4 0 0.61 209.27 0.69 0.23
Hex 12 3C 64 52 28 0 3D D1 45 17
Octal 22 74 144 122 50 0 75 321 105 27
Binary 10010 111100 1100100 1010010 101000 0 111101 11010001 1000101 10111

Color Harmonies of #123C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C64

Black with #123C64

Text Example


Text Example

White with #123C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123C64; }

 p { color: rgb(18,60,100); }

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

background-color css

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

 a { background-color: rgb(18,60,100); }

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

border-color css

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

 span { border-color: rgb(18,60,100); }

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