Html Css Color HEX #123457 Regal Blue

📋 copy color: '#123457'

red 18 ◦ green 52 ◦ blue 87

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

Shades of Regal Blue #123457

Tints of Regal Blue #123457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 87 (34.38% from 255) = 55.41%

R = 11.46%
G = 33.12%
B = 55.41%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123457 (or 0x123457) is known color: Regal Blue. HEX triplet: 12, 34 and 57. RGB value is (18,52,87). Sum of RGB (Red+Green+Blue) = 18+52+87=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #123457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123457 is #EDCBA8. Grayscale: #2D2D2D. Windows color (decimal): -15584169 or 5714962. OLE color: 5714962.

HSL color Cylindrical-coordinate representation of color #123457: hue angle of 210.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123457 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 52 87 -
CMYK 0.79 0.40 0 0.66
HSL 210.43º 0.66% 0.21% -
HSV(B) 210.43º 0.79% 0.34% -
XYZ 3.2 3.27 9.48 -
YUV 45.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 18 52 87 0.79 0.40 0 0.66 210.43 0.66 0.21
Hex 12 34 57 4F 28 0 42 D2 42 15
Octal 22 64 127 117 50 0 102 322 102 25
Binary 10010 110100 1010111 1001111 101000 0 1000010 11010010 1000010 10101

Color Harmonies of #123457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123457

Black with #123457

Text Example


Text Example

White with #123457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123457; }

 p { color: rgb(18,52,87); }

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

background-color css

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

 a { background-color: rgb(18,52,87); }

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

border-color css

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

 span { border-color: rgb(18,52,87); }

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