Html Css Color HEX #123359 Regal Blue

📋 copy color: '#123359'

red 18 ◦ green 51 ◦ blue 89

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

Shades of Regal Blue #123359

Tints of Regal Blue #123359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

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

R = 11.39%
G = 32.28%
B = 56.33%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123359 (or 0x123359) is known color: Regal Blue. HEX triplet: 12, 33 and 59. RGB value is (18,51,89). Sum of RGB (Red+Green+Blue) = 18+51+89=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #123359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123359 is #EDCCA6. Grayscale: #2D2D2D. Windows color (decimal): -15584423 or 5845778. OLE color: 5845778.

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

Color convert

RGB 18 51 89 -
CMYK 0.80 0.43 0 0.65
HSL 212.11º 0.66% 0.21% -
HSV(B) 212.11º 0.8% 0.35% -
XYZ 3.24 3.22 9.9 -
YUV 45.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 18 51 89 0.80 0.43 0 0.65 212.11 0.66 0.21
Hex 12 33 59 50 2B 0 41 D4 42 15
Octal 22 63 131 120 53 0 101 324 102 25
Binary 10010 110011 1011001 1010000 101011 0 1000001 11010100 1000010 10101

Color Harmonies of #123359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123359

Black with #123359

Text Example


Text Example

White with #123359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123359; }

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

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

background-color css

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

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

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

border-color css

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

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

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