Html Css Color HEX #123552 Regal Blue

📋 copy color: '#123552'

red 18 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #123552

Tints of Regal Blue #123552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 11.76%
G = 34.64%
B = 53.59%

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

#123552 (or 0x123552) is known color: Regal Blue. HEX triplet: 12, 35 and 52. RGB value is (18,53,82). Sum of RGB (Red+Green+Blue) = 18+53+82=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #123552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123552 is #EDCAAD. Grayscale: #2D2D2D. Windows color (decimal): -15583918 or 5387538. OLE color: 5387538.

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

Color convert

RGB 18 53 82 -
CMYK 0.78 0.35 0 0.68
HSL 207.19º 0.64% 0.2% -
HSV(B) 207.19º 0.78% 0.32% -
XYZ 3.05 3.28 8.46 -
YUV 45.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 18 53 82 0.78 0.35 0 0.68 207.19 0.64 0.2
Hex 12 35 52 4E 23 0 44 CF 40 14
Octal 22 65 122 116 43 0 104 317 100 24
Binary 10010 110101 1010010 1001110 100011 0 1000100 11001111 1000000 10100

Color Harmonies of #123552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123552

Black with #123552

Text Example


Text Example

White with #123552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123552; }

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

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

background-color css

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

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

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

border-color css

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

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

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