Html Css Color HEX #123D60 Regal Blue

📋 copy color: '#123D60'

red 18 ◦ green 61 ◦ blue 96

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

Shades of Regal Blue #123D60

Tints of Regal Blue #123D60

RGB

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

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

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

R = 10.29%
G = 34.86%
B = 54.86%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123D60 (or 0x123D60) is known color: Regal Blue. HEX triplet: 12, 3D and 60. RGB value is (18,61,96). Sum of RGB (Red+Green+Blue) = 18+61+96=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #123D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D60 is #EDC29F. Grayscale: #333333. Windows color (decimal): -15581856 or 6307090. OLE color: 6307090.

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

Color convert

RGB 18 61 96 -
CMYK 0.81 0.36 0 0.62
HSL 206.92º 0.68% 0.22% -
HSV(B) 206.92º 0.81% 0.38% -
XYZ 4.03 4.31 11.69 -
YUV 52.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 18 61 96 0.81 0.36 0 0.62 206.92 0.68 0.22
Hex 12 3D 60 51 24 0 3E CF 44 16
Octal 22 75 140 121 44 0 76 317 104 26
Binary 10010 111101 1100000 1010001 100100 0 111110 11001111 1000100 10110

Color Harmonies of #123D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D60

Black with #123D60

Text Example


Text Example

White with #123D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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