Html Css Color HEX #123258 Regal Blue

📋 copy color: '#123258'

red 18 ◦ green 50 ◦ blue 88

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

Shades of Regal Blue #123258

Tints of Regal Blue #123258

RGB

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

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

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

R = 11.54%
G = 32.05%
B = 56.41%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123258 (or 0x123258) is known color: Regal Blue. HEX triplet: 12, 32 and 58. RGB value is (18,50,88). Sum of RGB (Red+Green+Blue) = 18+50+88=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #123258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123258 is #EDCDA7. Grayscale: #2C2C2C. Windows color (decimal): -15584680 or 5779986. OLE color: 5779986.

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

Color convert

RGB 18 50 88 -
CMYK 0.80 0.43 0 0.65
HSL 212.57º 0.66% 0.21% -
HSV(B) 212.57º 0.8% 0.35% -
XYZ 3.15 3.11 9.67 -
YUV 44.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 18 50 88 0.80 0.43 0 0.65 212.57 0.66 0.21
Hex 12 32 58 50 2B 0 41 D5 42 15
Octal 22 62 130 120 53 0 101 325 102 25
Binary 10010 110010 1011000 1010000 101011 0 1000001 11010101 1000010 10101

Color Harmonies of #123258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123258

Black with #123258

Text Example


Text Example

White with #123258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123258; }

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

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

background-color css

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

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

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

border-color css

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

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

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