Html Css Color HEX #123D5E Regal Blue

📋 copy color: '#123D5E'

red 18 ◦ green 61 ◦ blue 94

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

Shades of Regal Blue #123D5E

Tints of Regal Blue #123D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 10.4%
G = 35.26%
B = 54.34%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#123D5E (or 0x123D5E) is known color: Regal Blue. HEX triplet: 12, 3D and 5E. RGB value is (18,61,94). Sum of RGB (Red+Green+Blue) = 18+61+94=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #123D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D5E is #EDC2A1. Grayscale: #333333. Windows color (decimal): -15581858 or 6176018. OLE color: 6176018.

HSL color Cylindrical-coordinate representation of color #123D5E: hue angle of 206.05º 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 #123D5E is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 61 94 -
CMYK 0.81 0.35 0 0.63
HSL 206.05º 0.68% 0.22% -
HSV(B) 206.05º 0.81% 0.37% -
XYZ 3.94 4.27 11.21 -
YUV 51.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 18 61 94 0.81 0.35 0 0.63 206.05 0.68 0.22
Hex 12 3D 5E 51 23 0 3F CE 44 16
Octal 22 75 136 121 43 0 77 316 104 26
Binary 10010 111101 1011110 1010001 100011 0 111111 11001110 1000100 10110

Color Harmonies of #123D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D5E

Black with #123D5E

Text Example


Text Example

White with #123D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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