Html Css Color HEX #123155 Regal Blue

📋 copy color: '#123155'

red 18 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #123155

Tints of Regal Blue #123155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.24%

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

R = 11.84%
G = 32.24%
B = 55.92%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123155 (or 0x123155) is known color: Regal Blue. HEX triplet: 12, 31 and 55. RGB value is (18,49,85). Sum of RGB (Red+Green+Blue) = 18+49+85=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #123155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123155 is #EDCEAA. Grayscale: #2B2B2B. Windows color (decimal): -15584939 or 5583122. OLE color: 5583122.

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

Color convert

RGB 18 49 85 -
CMYK 0.79 0.42 0 0.67
HSL 212.24º 0.65% 0.2% -
HSV(B) 212.24º 0.79% 0.33% -
XYZ 2.99 2.98 9.01 -
YUV 43.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 18 49 85 0.79 0.42 0 0.67 212.24 0.65 0.2
Hex 12 31 55 4F 2A 0 43 D4 41 14
Octal 22 61 125 117 52 0 103 324 101 24
Binary 10010 110001 1010101 1001111 101010 0 1000011 11010100 1000001 10100

Color Harmonies of #123155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123155

Black with #123155

Text Example


Text Example

White with #123155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123155; }

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

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

background-color css

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

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

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

border-color css

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

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

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