Html Css Color HEX #123C5F Regal Blue

📋 copy color: '#123C5F'

red 18 ◦ green 60 ◦ blue 95

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

Shades of Regal Blue #123C5F

Tints of Regal Blue #123C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 10.4%
G = 34.68%
B = 54.91%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#123C5F (or 0x123C5F) is known color: Regal Blue. HEX triplet: 12, 3C and 5F. RGB value is (18,60,95). Sum of RGB (Red+Green+Blue) = 18+60+95=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #123C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C5F is #EDC3A0. Grayscale: #333333. Windows color (decimal): -15582113 or 6241298. OLE color: 6241298.

HSL color Cylindrical-coordinate representation of color #123C5F: hue angle of 207.27º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123C5F is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 60 95 -
CMYK 0.81 0.37 0 0.63
HSL 207.27º 0.68% 0.22% -
HSV(B) 207.27º 0.81% 0.37% -
XYZ 3.93 4.19 11.43 -
YUV 51.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 18 60 95 0.81 0.37 0 0.63 207.27 0.68 0.22
Hex 12 3C 5F 51 25 0 3F CF 44 16
Octal 22 74 137 121 45 0 77 317 104 26
Binary 10010 111100 1011111 1010001 100101 0 111111 11001111 1000100 10110

Color Harmonies of #123C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C5F

Black with #123C5F

Text Example


Text Example

White with #123C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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