Html Css Color HEX #123760 Regal Blue

📋 copy color: '#123760'

red 18 ◦ green 55 ◦ blue 96

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

Shades of Regal Blue #123760

Tints of Regal Blue #123760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 10.65%
G = 32.54%
B = 56.8%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123760 (or 0x123760) is known color: Regal Blue. HEX triplet: 12, 37 and 60. RGB value is (18,55,96). Sum of RGB (Red+Green+Blue) = 18+55+96=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #123760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123760 is #EDC89F. Grayscale: #303030. Windows color (decimal): -15583392 or 6305554. OLE color: 6305554.

HSL color Cylindrical-coordinate representation of color #123760: hue angle of 211.54º 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 #123760 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 55 96 -
CMYK 0.81 0.43 0 0.62
HSL 211.54º 0.68% 0.22% -
HSV(B) 211.54º 0.81% 0.38% -
XYZ 3.73 3.71 11.59 -
YUV 48.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 18 55 96 0.81 0.43 0 0.62 211.54 0.68 0.22
Hex 12 37 60 51 2B 0 3E D4 44 16
Octal 22 67 140 121 53 0 76 324 104 26
Binary 10010 110111 1100000 1010001 101011 0 111110 11010100 1000100 10110

Color Harmonies of #123760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123760

Black with #123760

Text Example


Text Example

White with #123760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123760; }

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

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

background-color css

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

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

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

border-color css

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

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

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