Html Css Color HEX #123558 Regal Blue

📋 copy color: '#123558'

red 18 ◦ green 53 ◦ blue 88

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

Shades of Regal Blue #123558

Tints of Regal Blue #123558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.33%

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

R = 11.32%
G = 33.33%
B = 55.35%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123558 (or 0x123558) is known color: Regal Blue. HEX triplet: 12, 35 and 58. RGB value is (18,53,88). Sum of RGB (Red+Green+Blue) = 18+53+88=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #123558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123558 is #EDCAA7. Grayscale: #2E2E2E. Windows color (decimal): -15583912 or 5780754. OLE color: 5780754.

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

Color convert

RGB 18 53 88 -
CMYK 0.80 0.40 0 0.65
HSL 210º 0.66% 0.21% -
HSV(B) 210º 0.8% 0.35% -
XYZ 3.28 3.38 9.71 -
YUV 46.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 18 53 88 0.80 0.40 0 0.65 210 0.66 0.21
Hex 12 35 58 50 28 0 41 D2 42 15
Octal 22 65 130 120 50 0 101 322 102 25
Binary 10010 110101 1011000 1010000 101000 0 1000001 11010010 1000010 10101

Color Harmonies of #123558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123558

Black with #123558

Text Example


Text Example

White with #123558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123558; }

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

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

background-color css

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

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

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

border-color css

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

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

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