Html Css Color HEX #123253 Regal Blue

📋 copy color: '#123253'

red 18 ◦ green 50 ◦ blue 83

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

Shades of Regal Blue #123253

Tints of Regal Blue #123253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 11.92%
G = 33.11%
B = 54.97%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123253 (or 0x123253) is known color: Regal Blue. HEX triplet: 12, 32 and 53. RGB value is (18,50,83). Sum of RGB (Red+Green+Blue) = 18+50+83=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #123253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123253 is #EDCDAC. Grayscale: #2C2C2C. Windows color (decimal): -15584685 or 5452306. OLE color: 5452306.

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

Color convert

RGB 18 50 83 -
CMYK 0.78 0.40 0 0.67
HSL 210.46º 0.64% 0.2% -
HSV(B) 210.46º 0.78% 0.33% -
XYZ 2.95 3.03 8.61 -
YUV 44.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 18 50 83 0.78 0.40 0 0.67 210.46 0.64 0.2
Hex 12 32 53 4E 28 0 43 D2 40 14
Octal 22 62 123 116 50 0 103 322 100 24
Binary 10010 110010 1010011 1001110 101000 0 1000011 11010010 1000000 10100

Color Harmonies of #123253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123253

Black with #123253

Text Example


Text Example

White with #123253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123253; }

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

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

background-color css

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

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

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

border-color css

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

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

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