Html Css Color HEX #123D65 Regal Blue

📋 copy color: '#123D65'

red 18 ◦ green 61 ◦ blue 101

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

Shades of Regal Blue #123D65

Tints of Regal Blue #123D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 56.11%

R = 10%
G = 33.89%
B = 56.11%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#123D65 (or 0x123D65) is known color: Regal Blue. HEX triplet: 12, 3D and 65. RGB value is (18,61,101). Sum of RGB (Red+Green+Blue) = 18+61+101=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #123D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D65 is #EDC29A. Grayscale: #343434. Windows color (decimal): -15581851 or 6634770. OLE color: 6634770.

HSL color Cylindrical-coordinate representation of color #123D65: hue angle of 208.92º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123D65 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 61 101 -
CMYK 0.82 0.40 0 0.60
HSL 208.92º 0.7% 0.23% -
HSV(B) 208.92º 0.82% 0.4% -
XYZ 4.27 4.41 12.94 -
YUV 52.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 18 61 101 0.82 0.40 0 0.60 208.92 0.7 0.23
Hex 12 3D 65 52 28 0 3C D1 46 17
Octal 22 75 145 122 50 0 74 321 106 27
Binary 10010 111101 1100101 1010010 101000 0 111100 11010001 1000110 10111

Color Harmonies of #123D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D65

Black with #123D65

Text Example


Text Example

White with #123D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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