Html Css Color HEX #123255 Regal Blue

📋 copy color: '#123255'

red 18 ◦ green 50 ◦ blue 85

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

Shades of Regal Blue #123255

Tints of Regal Blue #123255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 11.76%
G = 32.68%
B = 55.56%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123255 (or 0x123255) is known color: Regal Blue. HEX triplet: 12, 32 and 55. RGB value is (18,50,85). Sum of RGB (Red+Green+Blue) = 18+50+85=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #123255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123255 is #EDCDAA. Grayscale: #2C2C2C. Windows color (decimal): -15584683 or 5583378. OLE color: 5583378.

HSL color Cylindrical-coordinate representation of color #123255: hue angle of 211.34º 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 #123255 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 50 85 -
CMYK 0.79 0.41 0 0.67
HSL 211.34º 0.65% 0.2% -
HSV(B) 211.34º 0.79% 0.33% -
XYZ 3.03 3.07 9.03 -
YUV 44.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 18 50 85 0.79 0.41 0 0.67 211.34 0.65 0.2
Hex 12 32 55 4F 29 0 43 D3 41 14
Octal 22 62 125 117 51 0 103 323 101 24
Binary 10010 110010 1010101 1001111 101001 0 1000011 11010011 1000001 10100

Color Harmonies of #123255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123255

Black with #123255

Text Example


Text Example

White with #123255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123255; }

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

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

background-color css

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

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

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

border-color css

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

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

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