Html Css Color HEX #123752 Regal Blue

📋 copy color: '#123752'

red 18 ◦ green 55 ◦ blue 82

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

Shades of Regal Blue #123752

Tints of Regal Blue #123752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 11.61%
G = 35.48%
B = 52.9%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123752 (or 0x123752) is known color: Regal Blue. HEX triplet: 12, 37 and 52. RGB value is (18,55,82). Sum of RGB (Red+Green+Blue) = 18+55+82=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #123752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123752 is #EDC8AD. Grayscale: #2E2E2E. Windows color (decimal): -15583406 or 5388050. OLE color: 5388050.

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

Color convert

RGB 18 55 82 -
CMYK 0.78 0.33 0 0.68
HSL 205.31º 0.64% 0.2% -
HSV(B) 205.31º 0.78% 0.32% -
XYZ 3.14 3.47 8.49 -
YUV 47.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 18 55 82 0.78 0.33 0 0.68 205.31 0.64 0.2
Hex 12 37 52 4E 21 0 44 CD 40 14
Octal 22 67 122 116 41 0 104 315 100 24
Binary 10010 110111 1010010 1001110 100001 0 1000100 11001101 1000000 10100

Color Harmonies of #123752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123752

Black with #123752

Text Example


Text Example

White with #123752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123752; }

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

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

background-color css

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

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

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

border-color css

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

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

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