Html Css Color HEX #123853 Regal Blue

📋 copy color: '#123853'

red 18 ◦ green 56 ◦ blue 83

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

Shades of Regal Blue #123853

Tints of Regal Blue #123853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 83 (32.81% from 255) = 52.87%

R = 11.46%
G = 35.67%
B = 52.87%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123853 (or 0x123853) is known color: Regal Blue. HEX triplet: 12, 38 and 53. RGB value is (18,56,83). Sum of RGB (Red+Green+Blue) = 18+56+83=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #123853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123853 is #EDC7AC. Grayscale: #2F2F2F. Windows color (decimal): -15583149 or 5453842. OLE color: 5453842.

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

Color convert

RGB 18 56 83 -
CMYK 0.78 0.33 0 0.67
HSL 204.92º 0.64% 0.2% -
HSV(B) 204.92º 0.78% 0.33% -
XYZ 3.22 3.58 8.7 -
YUV 47.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 18 56 83 0.78 0.33 0 0.67 204.92 0.64 0.2
Hex 12 38 53 4E 21 0 43 CD 40 14
Octal 22 70 123 116 41 0 103 315 100 24
Binary 10010 111000 1010011 1001110 100001 0 1000011 11001101 1000000 10100

Color Harmonies of #123853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123853

Black with #123853

Text Example


Text Example

White with #123853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123853; }

 p { color: rgb(18,56,83); }

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

background-color css

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

 a { background-color: rgb(18,56,83); }

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

border-color css

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

 span { border-color: rgb(18,56,83); }

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