Html Css Color HEX #123B5D Regal Blue

📋 copy color: '#123B5D'

red 18 ◦ green 59 ◦ blue 93

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

Shades of Regal Blue #123B5D

Tints of Regal Blue #123B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.71%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 10.59%
G = 34.71%
B = 54.71%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#123B5D (or 0x123B5D) is known color: Regal Blue. HEX triplet: 12, 3B and 5D. RGB value is (18,59,93). Sum of RGB (Red+Green+Blue) = 18+59+93=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #123B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5D is #EDC4A2. Grayscale: #323232. Windows color (decimal): -15582371 or 6109970. OLE color: 6109970.

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

Color convert

RGB 18 59 93 -
CMYK 0.81 0.37 0 0.64
HSL 207.2º 0.68% 0.22% -
HSV(B) 207.2º 0.81% 0.36% -
XYZ 3.79 4.05 10.94 -
YUV 50.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 18 59 93 0.81 0.37 0 0.64 207.2 0.68 0.22
Hex 12 3B 5D 51 25 0 40 CF 44 16
Octal 22 73 135 121 45 0 100 317 104 26
Binary 10010 111011 1011101 1010001 100101 0 1000000 11001111 1000100 10110

Color Harmonies of #123B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B5D

Black with #123B5D

Text Example


Text Example

White with #123B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,93); }

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

background-color css

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

 a { background-color: rgb(18,59,93); }

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

border-color css

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

 span { border-color: rgb(18,59,93); }

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