Html Css Color HEX #123C56 Regal Blue

📋 copy color: '#123C56'

red 18 ◦ green 60 ◦ blue 86

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

Shades of Regal Blue #123C56

Tints of Regal Blue #123C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 52.44%

R = 10.98%
G = 36.59%
B = 52.44%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123C56 (or 0x123C56) is known color: Regal Blue. HEX triplet: 12, 3C and 56. RGB value is (18,60,86). Sum of RGB (Red+Green+Blue) = 18+60+86=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #123C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C56 is #EDC3A9. Grayscale: #323232. Windows color (decimal): -15582122 or 5651474. OLE color: 5651474.

HSL color Cylindrical-coordinate representation of color #123C56: hue angle of 202.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123C56 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 60 86 -
CMYK 0.79 0.30 0 0.66
HSL 202.94º 0.65% 0.2% -
HSV(B) 202.94º 0.79% 0.34% -
XYZ 3.55 4.03 9.4 -
YUV 50.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 18 60 86 0.79 0.30 0 0.66 202.94 0.65 0.2
Hex 12 3C 56 4F 1E 0 42 CB 41 14
Octal 22 74 126 117 36 0 102 313 101 24
Binary 10010 111100 1010110 1001111 11110 0 1000010 11001011 1000001 10100

Color Harmonies of #123C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C56

Black with #123C56

Text Example


Text Example

White with #123C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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