Html Css Color HEX #123655 Regal Blue

📋 copy color: '#123655'

red 18 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #123655

Tints of Regal Blue #123655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

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

R = 11.46%
G = 34.39%
B = 54.14%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123655 (or 0x123655) is known color: Regal Blue. HEX triplet: 12, 36 and 55. RGB value is (18,54,85). Sum of RGB (Red+Green+Blue) = 18+54+85=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #123655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123655 is #EDC9AA. Grayscale: #2E2E2E. Windows color (decimal): -15583659 or 5584402. OLE color: 5584402.

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

Color convert

RGB 18 54 85 -
CMYK 0.79 0.36 0 0.67
HSL 207.76º 0.65% 0.2% -
HSV(B) 207.76º 0.79% 0.33% -
XYZ 3.21 3.42 9.09 -
YUV 46.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 18 54 85 0.79 0.36 0 0.67 207.76 0.65 0.2
Hex 12 36 55 4F 24 0 43 D0 41 14
Octal 22 66 125 117 44 0 103 320 101 24
Binary 10010 110110 1010101 1001111 100100 0 1000011 11010000 1000001 10100

Color Harmonies of #123655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123655

Black with #123655

Text Example


Text Example

White with #123655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123655; }

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

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

background-color css

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

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

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

border-color css

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

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

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