Html Css Color HEX #123055 Regal Blue

📋 copy color: '#123055'

red 18 ◦ green 48 ◦ blue 85

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

Shades of Regal Blue #123055

Tints of Regal Blue #123055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

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

R = 11.92%
G = 31.79%
B = 56.29%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123055 (or 0x123055) is known color: Regal Blue. HEX triplet: 12, 30 and 55. RGB value is (18,48,85). Sum of RGB (Red+Green+Blue) = 18+48+85=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #123055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123055 is #EDCFAA. Grayscale: #2B2B2B. Windows color (decimal): -15585195 or 5582866. OLE color: 5582866.

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

Color convert

RGB 18 48 85 -
CMYK 0.79 0.44 0 0.67
HSL 213.13º 0.65% 0.2% -
HSV(B) 213.13º 0.79% 0.33% -
XYZ 2.95 2.9 9 -
YUV 43.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 18 48 85 0.79 0.44 0 0.67 213.13 0.65 0.2
Hex 12 30 55 4F 2C 0 43 D5 41 14
Octal 22 60 125 117 54 0 103 325 101 24
Binary 10010 110000 1010101 1001111 101100 0 1000011 11010101 1000001 10100

Color Harmonies of #123055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123055

Black with #123055

Text Example


Text Example

White with #123055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123055; }

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

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

background-color css

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

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

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

border-color css

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

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

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