Html Css Color HEX #123754 Regal Blue

📋 copy color: '#123754'

red 18 ◦ green 55 ◦ blue 84

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

Shades of Regal Blue #123754

Tints of Regal Blue #123754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 11.46%
G = 35.03%
B = 53.5%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123754 (or 0x123754) is known color: Regal Blue. HEX triplet: 12, 37 and 54. RGB value is (18,55,84). Sum of RGB (Red+Green+Blue) = 18+55+84=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #123754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123754 is #EDC8AB. Grayscale: #2F2F2F. Windows color (decimal): -15583404 or 5519122. OLE color: 5519122.

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

Color convert

RGB 18 55 84 -
CMYK 0.79 0.35 0 0.67
HSL 206.36º 0.65% 0.2% -
HSV(B) 206.36º 0.79% 0.33% -
XYZ 3.22 3.5 8.89 -
YUV 47.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 18 55 84 0.79 0.35 0 0.67 206.36 0.65 0.2
Hex 12 37 54 4F 23 0 43 CE 41 14
Octal 22 67 124 117 43 0 103 316 101 24
Binary 10010 110111 1010100 1001111 100011 0 1000011 11001110 1000001 10100

Color Harmonies of #123754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123754

Black with #123754

Text Example


Text Example

White with #123754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123754; }

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

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

background-color css

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

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

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

border-color css

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

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

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