Html Css Color HEX #123551 Regal Blue

📋 copy color: '#123551'

red 18 ◦ green 53 ◦ blue 81

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

Shades of Regal Blue #123551

Tints of Regal Blue #123551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 11.84%
G = 34.87%
B = 53.29%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123551 (or 0x123551) is known color: Regal Blue. HEX triplet: 12, 35 and 51. RGB value is (18,53,81). Sum of RGB (Red+Green+Blue) = 18+53+81=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #123551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123551 is #EDCAAE. Grayscale: #2D2D2D. Windows color (decimal): -15583919 or 5322002. OLE color: 5322002.

HSL color Cylindrical-coordinate representation of color #123551: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123551 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 53 81 -
CMYK 0.78 0.35 0 0.68
HSL 206.67º 0.64% 0.19% -
HSV(B) 206.67º 0.78% 0.32% -
XYZ 3.01 3.27 8.26 -
YUV 45.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 18 53 81 0.78 0.35 0 0.68 206.67 0.64 0.19
Hex 12 35 51 4E 23 0 44 CF 40 13
Octal 22 65 121 116 43 0 104 317 100 23
Binary 10010 110101 1010001 1001110 100011 0 1000100 11001111 1000000 10011

Color Harmonies of #123551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123551

Black with #123551

Text Example


Text Example

White with #123551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123551; }

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

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

background-color css

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

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

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

border-color css

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

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

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