Html Css Color HEX #123D5C Regal Blue

📋 copy color: '#123D5C'

red 18 ◦ green 61 ◦ blue 92

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

Shades of Regal Blue #123D5C

Tints of Regal Blue #123D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.67%

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 10.53%
G = 35.67%
B = 53.8%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#123D5C (or 0x123D5C) is known color: Regal Blue. HEX triplet: 12, 3D and 5C. RGB value is (18,61,92). Sum of RGB (Red+Green+Blue) = 18+61+92=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #123D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D5C is #EDC2A3. Grayscale: #333333. Windows color (decimal): -15581860 or 6044946. OLE color: 6044946.

HSL color Cylindrical-coordinate representation of color #123D5C: hue angle of 205.14º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123D5C is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 61 92 -
CMYK 0.80 0.34 0 0.64
HSL 205.14º 0.67% 0.22% -
HSV(B) 205.14º 0.8% 0.36% -
XYZ 3.85 4.24 10.74 -
YUV 51.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 18 61 92 0.80 0.34 0 0.64 205.14 0.67 0.22
Hex 12 3D 5C 50 22 0 40 CD 43 16
Octal 22 75 134 120 42 0 100 315 103 26
Binary 10010 111101 1011100 1010000 100010 0 1000000 11001101 1000011 10110

Color Harmonies of #123D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D5C

Black with #123D5C

Text Example


Text Example

White with #123D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,92); }

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

background-color css

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

 a { background-color: rgb(18,61,92); }

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

border-color css

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

 span { border-color: rgb(18,61,92); }

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