Html Css Color HEX #123E60 Regal Blue

📋 copy color: '#123E60'

red 18 ◦ green 62 ◦ blue 96

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

Shades of Regal Blue #123E60

Tints of Regal Blue #123E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.23%

 BLUE value IS 96 (37.89% from 255) = 54.55%

R = 10.23%
G = 35.23%
B = 54.55%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123E60 (or 0x123E60) is known color: Regal Blue. HEX triplet: 12, 3E and 60. RGB value is (18,62,96). Sum of RGB (Red+Green+Blue) = 18+62+96=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #123E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E60 is #EDC19F. Grayscale: #343434. Windows color (decimal): -15581600 or 6307346. OLE color: 6307346.

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

Color convert

RGB 18 62 96 -
CMYK 0.81 0.35 0 0.62
HSL 206.15º 0.68% 0.22% -
HSV(B) 206.15º 0.81% 0.38% -
XYZ 4.08 4.42 11.7 -
YUV 52.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 18 62 96 0.81 0.35 0 0.62 206.15 0.68 0.22
Hex 12 3E 60 51 23 0 3E CE 44 16
Octal 22 76 140 121 43 0 76 316 104 26
Binary 10010 111110 1100000 1010001 100011 0 111110 11001110 1000100 10110

Color Harmonies of #123E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E60

Black with #123E60

Text Example


Text Example

White with #123E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,62,96); }

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

background-color css

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

 a { background-color: rgb(18,62,96); }

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

border-color css

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

 span { border-color: rgb(18,62,96); }

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