Html Css Color HEX #123052 Regal Blue

📋 copy color: '#123052'

red 18 ◦ green 48 ◦ blue 82

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

Shades of Regal Blue #123052

Tints of Regal Blue #123052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 12.16%
G = 32.43%
B = 55.41%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123052 (or 0x123052) is known color: Regal Blue. HEX triplet: 12, 30 and 52. RGB value is (18,48,82). Sum of RGB (Red+Green+Blue) = 18+48+82=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #123052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123052 is #EDCFAD. Grayscale: #2A2A2A. Windows color (decimal): -15585198 or 5386258. OLE color: 5386258.

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

Color convert

RGB 18 48 82 -
CMYK 0.78 0.41 0 0.68
HSL 211.88º 0.64% 0.2% -
HSV(B) 211.88º 0.78% 0.32% -
XYZ 2.83 2.85 8.38 -
YUV 42.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 18 48 82 0.78 0.41 0 0.68 211.88 0.64 0.2
Hex 12 30 52 4E 29 0 44 D4 40 14
Octal 22 60 122 116 51 0 104 324 100 24
Binary 10010 110000 1010010 1001110 101001 0 1000100 11010100 1000000 10100

Color Harmonies of #123052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123052

Black with #123052

Text Example


Text Example

White with #123052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123052; }

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

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

background-color css

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

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

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

border-color css

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

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

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