Html Css Color HEX #123B60 Regal Blue

📋 copy color: '#123B60'

red 18 ◦ green 59 ◦ blue 96

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

Shades of Regal Blue #123B60

Tints of Regal Blue #123B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

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

R = 10.4%
G = 34.1%
B = 55.49%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123B60 (or 0x123B60) is known color: Regal Blue. HEX triplet: 12, 3B and 60. RGB value is (18,59,96). Sum of RGB (Red+Green+Blue) = 18+59+96=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #123B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B60 is #EDC49F. Grayscale: #323232. Windows color (decimal): -15582368 or 6306578. OLE color: 6306578.

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

Color convert

RGB 18 59 96 -
CMYK 0.81 0.39 0 0.62
HSL 208.46º 0.68% 0.22% -
HSV(B) 208.46º 0.81% 0.38% -
XYZ 3.92 4.1 11.65 -
YUV 50.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 18 59 96 0.81 0.39 0 0.62 208.46 0.68 0.22
Hex 12 3B 60 51 27 0 3E D0 44 16
Octal 22 73 140 121 47 0 76 320 104 26
Binary 10010 111011 1100000 1010001 100111 0 111110 11010000 1000100 10110

Color Harmonies of #123B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B60

Black with #123B60

Text Example


Text Example

White with #123B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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