Html Css Color HEX #123452 Regal Blue

📋 copy color: '#123452'

red 18 ◦ green 52 ◦ blue 82

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

Shades of Regal Blue #123452

Tints of Regal Blue #123452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

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

R = 11.84%
G = 34.21%
B = 53.95%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123452 (or 0x123452) is known color: Regal Blue. HEX triplet: 12, 34 and 52. RGB value is (18,52,82). Sum of RGB (Red+Green+Blue) = 18+52+82=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #123452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123452 is #EDCBAD. Grayscale: #2D2D2D. Windows color (decimal): -15584174 or 5387282. OLE color: 5387282.

HSL color Cylindrical-coordinate representation of color #123452: hue angle of 208.12º 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 #123452 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 52 82 -
CMYK 0.78 0.37 0 0.68
HSL 208.13º 0.64% 0.2% -
HSV(B) 208.13º 0.78% 0.32% -
XYZ 3 3.19 8.44 -
YUV 45.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 18 52 82 0.78 0.37 0 0.68 208.13 0.64 0.2
Hex 12 34 52 4E 25 0 44 D0 40 14
Octal 22 64 122 116 45 0 104 320 100 24
Binary 10010 110100 1010010 1001110 100101 0 1000100 11010000 1000000 10100

Color Harmonies of #123452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123452

Black with #123452

Text Example


Text Example

White with #123452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123452; }

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

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

background-color css

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

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

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

border-color css

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

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

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