Html Css Color HEX #123659 Regal Blue

📋 copy color: '#123659'

red 18 ◦ green 54 ◦ blue 89

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

Shades of Regal Blue #123659

Tints of Regal Blue #123659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 11.18%
G = 33.54%
B = 55.28%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123659 (or 0x123659) is known color: Regal Blue. HEX triplet: 12, 36 and 59. RGB value is (18,54,89). Sum of RGB (Red+Green+Blue) = 18+54+89=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #123659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123659 is #EDC9A6. Grayscale: #2F2F2F. Windows color (decimal): -15583655 or 5846546. OLE color: 5846546.

HSL color Cylindrical-coordinate representation of color #123659: hue angle of 209.58º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123659 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 54 89 -
CMYK 0.80 0.39 0 0.65
HSL 209.58º 0.66% 0.21% -
HSV(B) 209.58º 0.8% 0.35% -
XYZ 3.37 3.49 9.95 -
YUV 47.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 18 54 89 0.80 0.39 0 0.65 209.58 0.66 0.21
Hex 12 36 59 50 27 0 41 D2 42 15
Octal 22 66 131 120 47 0 101 322 102 25
Binary 10010 110110 1011001 1010000 100111 0 1000001 11010010 1000010 10101

Color Harmonies of #123659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123659

Black with #123659

Text Example


Text Example

White with #123659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123659; }

 p { color: rgb(18,54,89); }

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

background-color css

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

 a { background-color: rgb(18,54,89); }

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

border-color css

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

 span { border-color: rgb(18,54,89); }

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