Html Css Color HEX #123559 Regal Blue

📋 copy color: '#123559'

red 18 ◦ green 53 ◦ blue 89

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

Shades of Regal Blue #123559

Tints of Regal Blue #123559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

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

R = 11.25%
G = 33.13%
B = 55.63%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123559 (or 0x123559) is known color: Regal Blue. HEX triplet: 12, 35 and 59. RGB value is (18,53,89). Sum of RGB (Red+Green+Blue) = 18+53+89=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #123559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123559 is #EDCAA6. Grayscale: #2E2E2E. Windows color (decimal): -15583911 or 5846290. OLE color: 5846290.

HSL color Cylindrical-coordinate representation of color #123559: hue angle of 210.42º 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 #123559 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 53 89 -
CMYK 0.80 0.40 0 0.65
HSL 210.42º 0.66% 0.21% -
HSV(B) 210.42º 0.8% 0.35% -
XYZ 3.33 3.4 9.93 -
YUV 46.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 18 53 89 0.80 0.40 0 0.65 210.42 0.66 0.21
Hex 12 35 59 50 28 0 41 D2 42 15
Octal 22 65 131 120 50 0 101 322 102 25
Binary 10010 110101 1011001 1010000 101000 0 1000001 11010010 1000010 10101

Color Harmonies of #123559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123559

Black with #123559

Text Example


Text Example

White with #123559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123559; }

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

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

background-color css

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

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

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

border-color css

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

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

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