Html Css Color HEX #123455 Regal Blue

📋 copy color: '#123455'

red 18 ◦ green 52 ◦ blue 85

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

Shades of Regal Blue #123455

Tints of Regal Blue #123455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 11.61%
G = 33.55%
B = 54.84%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123455 (or 0x123455) is known color: Regal Blue. HEX triplet: 12, 34 and 55. RGB value is (18,52,85). Sum of RGB (Red+Green+Blue) = 18+52+85=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #123455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123455 is #EDCBAA. Grayscale: #2D2D2D. Windows color (decimal): -15584171 or 5583890. OLE color: 5583890.

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

Color convert

RGB 18 52 85 -
CMYK 0.79 0.39 0 0.67
HSL 209.55º 0.65% 0.2% -
HSV(B) 209.55º 0.79% 0.33% -
XYZ 3.12 3.24 9.06 -
YUV 45.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 18 52 85 0.79 0.39 0 0.67 209.55 0.65 0.2
Hex 12 34 55 4F 27 0 43 D2 41 14
Octal 22 64 125 117 47 0 103 322 101 24
Binary 10010 110100 1010101 1001111 100111 0 1000011 11010010 1000001 10100

Color Harmonies of #123455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123455

Black with #123455

Text Example


Text Example

White with #123455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123455; }

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

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

background-color css

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

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

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

border-color css

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

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

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