Html Css Color HEX #123758 Regal Blue

📋 copy color: '#123758'

red 18 ◦ green 55 ◦ blue 88

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

Shades of Regal Blue #123758

Tints of Regal Blue #123758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 11.18%
G = 34.16%
B = 54.66%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123758 (or 0x123758) is known color: Regal Blue. HEX triplet: 12, 37 and 58. RGB value is (18,55,88). Sum of RGB (Red+Green+Blue) = 18+55+88=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #123758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123758 is #EDC8A7. Grayscale: #2F2F2F. Windows color (decimal): -15583400 or 5781266. OLE color: 5781266.

HSL color Cylindrical-coordinate representation of color #123758: hue angle of 208.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123758 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 55 88 -
CMYK 0.80 0.38 0 0.65
HSL 208.29º 0.66% 0.21% -
HSV(B) 208.29º 0.8% 0.35% -
XYZ 3.38 3.57 9.74 -
YUV 47.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 18 55 88 0.80 0.38 0 0.65 208.29 0.66 0.21
Hex 12 37 58 50 26 0 41 D0 42 15
Octal 22 67 130 120 46 0 101 320 102 25
Binary 10010 110111 1011000 1010000 100110 0 1000001 11010000 1000010 10101

Color Harmonies of #123758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123758

Black with #123758

Text Example


Text Example

White with #123758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123758; }

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

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

background-color css

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

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

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

border-color css

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

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

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